aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVita Preskovsky2012-11-06 02:56:31 -0600
committerVita Preskovsky2012-11-06 02:56:31 -0600
commit82ff0d15f9de3265c1910809163f9fa16f73da02 (patch)
treeac0d6580bb74c429293c1715b514e708b014ffc6
parent8dd52e4cccf5424a34802c940563b25bf028b87b (diff)
parent0705ea0d8b0fb586aa943ca3c0fc96a84c29f97e (diff)
downloadbuild-utilities-82ff0d15f9de3265c1910809163f9fa16f73da02.tar.gz
build-utilities-82ff0d15f9de3265c1910809163f9fa16f73da02.tar.xz
build-utilities-82ff0d15f9de3265c1910809163f9fa16f73da02.zip
Merge branch 'master' of github.com:TI-ECS/build-utilites
-rwxr-xr-xwl18xx_build_nfc.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/wl18xx_build_nfc.sh b/wl18xx_build_nfc.sh
index b69b3de..ceda11c 100755
--- a/wl18xx_build_nfc.sh
+++ b/wl18xx_build_nfc.sh
@@ -60,7 +60,7 @@ function all()
60 dbus-python 1 60 dbus-python 1
61 uim 1 61 uim 1
62 nfc-demo-scripts 1 62 nfc-demo-scripts 1
63# nfc-demo-app 1 63 nfc-demo-app 1
64} 64}
65 65
66 66
@@ -146,7 +146,7 @@ function neardal()
146 fi 146 fi
147 ./autogen.sh 147 ./autogen.sh
148 ./configure --host=arm-linux --prefix=${MY_PREFIX} --sysconfdir=${MY_SYSCONFDIR} --localstatedir=${MY_LOCALSTATEDIR} --libdir=${ROOTFS}${MY_PREFIX}/lib || exit 1 148 ./configure --host=arm-linux --prefix=${MY_PREFIX} --sysconfdir=${MY_SYSCONFDIR} --localstatedir=${MY_LOCALSTATEDIR} --libdir=${ROOTFS}${MY_PREFIX}/lib || exit 1
149 make LIBS="-ldbus-glib"|| exit 1 149 make LIBS="-ldbus-glib-1"|| exit 1
150 make install prefix=${ROOTFS} || exit 1 150 make install prefix=${ROOTFS} || exit 1
151 add_fingerprint 1 151 add_fingerprint 1
152 fi 152 fi
@@ -162,9 +162,9 @@ function nfc-demo-app()
162 neardal 162 neardal
163 163
164 cd ${WORK_SPACE} || exit 1 164 cd ${WORK_SPACE} || exit 1
165 COMPONENT_NAME="nfc-demo-app.tar.gz" 165 COMPONENT_NAME="nfc-demo-app-2012-11-1.tar.gz"
166 COMPONENT_DIR="nfc-demo-app" 166 COMPONENT_DIR="nfc-demo-app"
167 download_component "https://01.org/linux-nfc/sites/default/files/documentation/nfc-demo-app.tar.gz" 167 download_component "https://gforge.ti.com/gf/download/frsrelease/985/6284/nfc-demo-app-2012-11-1.tar.gz"
168 if [ ${CURRENT_OPTION} = "2" ]; then 168 if [ ${CURRENT_OPTION} = "2" ]; then
169 add_fingerprint 0 169 add_fingerprint 0
170 if [ x"$MACHINE_TYPE" = "x" ]; then 170 if [ x"$MACHINE_TYPE" = "x" ]; then
@@ -172,7 +172,7 @@ function nfc-demo-app()
172 fi 172 fi
173 ./autogen.sh 173 ./autogen.sh
174 ./configure --host=arm-linux --prefix=${MY_PREFIX} --sysconfdir=${MY_SYSCONFDIR} --localstatedir=${MY_LOCALSTATEDIR} --libdir=${ROOTFS}${MY_PREFIX}/lib || exit 1 174 ./configure --host=arm-linux --prefix=${MY_PREFIX} --sysconfdir=${MY_SYSCONFDIR} --localstatedir=${MY_LOCALSTATEDIR} --libdir=${ROOTFS}${MY_PREFIX}/lib || exit 1
175 make || exit 1 175 make LIBS="-ldbus-1 -ldbus-glib-1 -lglib-2.0" || exit 1
176 make install DESTDIR=${ROOTFS} || exit 1 176 make install DESTDIR=${ROOTFS} || exit 1
177 add_fingerprint 1 177 add_fingerprint 1
178 fi 178 fi