ti recipes: fix shlibs
authorKoen Kooi <k-kooi@ti.com>
Thu, 11 Mar 2010 16:57:20 +0000 (17:57 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:24 +0000 (19:43 +0200)
recipes/ti/gstreamer-ti_svn.bb
recipes/ti/ti-staging.inc

index d7b645e..45fb8dc 100644 (file)
@@ -18,7 +18,7 @@ PROVIDES += "gstreamer-ti-demo-script"
 
 PV = "svnr${SRCREV}"
 # Rebuild on kernel change since it links statically to ti-dmai, ti-codec-engine, etc
-PR = "r46+${MACHINE_KERNEL_PR}"
+PR = "r47+${MACHINE_KERNEL_PR}"
 
 S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"
 
index 1b3491d..faa2461 100644 (file)
@@ -1,5 +1,11 @@
 PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+# Allow staging into machine specific dir
 BASEPKG_HOST_SYS = "${MULTIMACH_HOST_SYS}"
+
+# Search archdir for shlibs instead of machine dir due to above BASEPKG_HOST_SYS
+SHLIBSDIR = "${STAGING_DIR}/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}/shlibs"
+
 INHIBIT_PACKAGE_STRIP = "1"
 
 ALLOW_EMPTY_${PN} = "1"