It should be ${SRC_DIR} instead of SRC_DIR
Signed-off-by: Eric Ruei <[email protected]>
---
meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
index aeba9d0..9c563d2 100644
--- a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
+++ b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
@@ -9,7 +9,7 @@ BRANCH = "master"
SRC_URI =
"git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git;branch=${BRANCH}"
SRCREV = "3e5c2fa3458a8cae4b6b8d62391fc32b708a2ed4"
-PR = "r12"
+PR = "r13"
COMPATIBLE_MACHINE = "omap-a15|ti43x|ti33x|k3"
@@ -33,7 +33,7 @@ do_install () {
install -m 755
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2MagicLantern
${D}${bindir}/SGX/demos/Raw/
install -m 755
${S}/targetfs/${SRC_DIR}/Examples/Advanced/NullWS/OGLES2FilmTV
${D}${bindir}/SGX/demos/Raw/
- if [ SRC_DIR == "arm" ] ; then
+ if [ ${SRC_DIR} == "arm" ] ; then
install -m 755
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2ChameleonMan
${D}${bindir}/SGX/demos/Wayland/
install -m 755
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2Coverflow
${D}${bindir}/SGX/demos/Wayland/
install -m 755
${S}/targetfs/${SRC_DIR}/Examples/Advanced/Wayland/OGLES2ExampleUI
${D}${bindir}/SGX/demos/Wayland/
--
1.9.1
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago