From b92717c9f60a2e16be526746a08900a0a224aad8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 22 Jul 2011 20:45:54 +0200 Subject: [PATCH] imx-lib: fixed build to add rng and sahara2 support --- imx-lib/.footprint | 2 ++ imx-lib/Pkgfile | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/imx-lib/.footprint b/imx-lib/.footprint index c251d4a..ba2349d 100644 --- a/imx-lib/.footprint +++ b/imx-lib/.footprint @@ -8,6 +8,8 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/vpu_lib.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libIpuScreenLayer.so +-rw-r--r-- root/root usr/lib/libfsl_shw.a +-rwxr-xr-x root/root usr/lib/libfsl_shw.so -rwxr-xr-x root/root usr/lib/libipu.so -rw-r--r-- root/root usr/lib/libpxp.a -rwxr-xr-x root/root usr/lib/libpxp.so diff --git a/imx-lib/Pkgfile b/imx-lib/Pkgfile index 96f020b..d9ec42a 100644 --- a/imx-lib/Pkgfile +++ b/imx-lib/Pkgfile @@ -7,12 +7,11 @@ name=imx-lib version=10.11.01 -release=1 +release=2 source=(http://repository.timesys.com/buildsources/i/$name/$name-$version/$name-$version.tar.gz) build() { cd $name-$version - rm -rf sahara2/ rng/ - make -j1 PLATFORM=IMX51 INCLUDE="-I/usr/src/linux-`uname -r`/include" + make -j1 PLATFORM=IMX51 INCLUDE="-I/usr/src/linux-`uname -r`/include -I/usr/src/linux-`uname -r`/drivers/mxc/security/rng/include -I/usr/src/linux-`uname -r`/drivers/mxc/security/sahara2/include" make DEST_DIR=$PKG install } -- 2.26.2