[oe-commits] Prabindh Sundareson : xgxperf: updated to SRCREV 77, fix build failure

git version control git at git.openembedded.org
Mon Nov 29 18:00:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 89afeb7aec23b99232932d5802383961dbdc2394
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=89afeb7aec23b99232932d5802383961dbdc2394

Author: Prabindh Sundareson <prabu at ti.com>
Date:   Mon Nov 29 12:53:17 2010 -0500

xgxperf: updated to SRCREV 77, fix build failure

Signed-off-by: Prabindh Sundareson <prabu at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes/ti/ti-xgxperf-qt-embedded_svn.bb |    3 +--
 recipes/ti/ti-xgxperf-qt-x11_svn.bb      |    3 +--
 recipes/ti/ti-xgxperf.inc                |    6 ++----
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/recipes/ti/ti-xgxperf-qt-embedded_svn.bb b/recipes/ti/ti-xgxperf-qt-embedded_svn.bb
index 69386f9..206a52d 100644
--- a/recipes/ti/ti-xgxperf-qt-embedded_svn.bb
+++ b/recipes/ti/ti-xgxperf-qt-embedded_svn.bb
@@ -2,6 +2,5 @@ inherit qt4e
 
 require ti-xgxperf.inc
 
-SRCREV = "75"
+SRCREV = "77"
 PV = "1.0.0.0"
-
diff --git a/recipes/ti/ti-xgxperf-qt-x11_svn.bb b/recipes/ti/ti-xgxperf-qt-x11_svn.bb
index ca0b7e3..7c529f4 100644
--- a/recipes/ti/ti-xgxperf-qt-x11_svn.bb
+++ b/recipes/ti/ti-xgxperf-qt-x11_svn.bb
@@ -2,6 +2,5 @@ inherit qt4x11
 
 require ti-xgxperf.inc
 
-SRCREV = "75"
+SRCREV = "77"
 PV = "1.0.0.0"
-
diff --git a/recipes/ti/ti-xgxperf.inc b/recipes/ti/ti-xgxperf.inc
index c47f7a1..5dfc168 100644
--- a/recipes/ti/ti-xgxperf.inc
+++ b/recipes/ti/ti-xgxperf.inc
@@ -8,11 +8,11 @@ S = "${WORKDIR}/trunk/Packages/OMAP3_Graphics_SDK/xgxperf/xgxperf"
 do_install() {
     install -d ${D}${bindir}
     install -d ${D}${libdir}
+    install -d ${D}${datadir}/xgxperf
 
     install -m 0644 ${S}/automationlib/libautomation.so.1.0.0 ${D}${libdir}
     install -m 0644 ${S}/autoscreenlib/libautoscreen.so.1.0.0 ${D}${libdir}
     install -m 0644 ${S}/ecgmonitorlib/libecgmonitor.so.1.0.0 ${D}${libdir}
-    install -m 0644 ${S}/sewingmachinelib/libsewingmachine.so.1.0.0 ${D}${libdir}
     install -m 0644 ${S}/vslib/libvslib.so.1.0.0 ${D}${libdir}
     install -m 0644 ${S}/widgetlib/libwidget.so.1.0.0 ${D}${libdir}
 
@@ -21,13 +21,11 @@ do_install() {
 
     install -m 0755 ${S}/xgxperfserver/xgxperfserver ${D}${bindir}
 
-    install -m 0755 ${WORKDIR}/trunk/Packages/OMAP3_Graphics_SDK/xgxperf/server/* ${D}${bindir}
+    install -m 0755 ${WORKDIR}/trunk/Packages/OMAP3_Graphics_SDK/xgxperf/server/* ${D}${datadir}/xgxperf/
 
     ln -sf ${libdir}/libautomation.so.1.0.0 ${D}${libdir}/libautomation.so
     ln -sf ${libdir}/libautoscreen.so.1.0.0 ${D}${libdir}/libautoscreen.so
     ln -sf ${libdir}/libecgmonitor.so.1.0.0 ${D}${libdir}/libecgmonitor.so
-    ln -sf ${libdir}/libsewingmachine.so.1.0.0 ${D}${libdir}/libsewingmachine.so
     ln -sf ${libdir}/libwidget.so.1.0.0 ${D}${libdir}/libwidget.so
     ln -sf ${libdir}/libvslib.so.1.0.0 ${D}${libdir}/libvslib.so
 }
-





More information about the Openembedded-commits mailing list