From b370507310ae5a0559bafdcd57503ce7dd69cf85 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 11 Mar 2010 17:57:20 +0100 Subject: ti recipes: fix shlibs --- recipes/ti/gstreamer-ti_svn.bb | 2 +- recipes/ti/ti-staging.inc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb index d7b645e864..45fb8dc611 100644 --- a/recipes/ti/gstreamer-ti_svn.bb +++ b/recipes/ti/gstreamer-ti_svn.bb @@ -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" diff --git a/recipes/ti/ti-staging.inc b/recipes/ti/ti-staging.inc index 1b3491db31..faa24616cd 100644 --- a/recipes/ti/ti-staging.inc +++ b/recipes/ti/ti-staging.inc @@ -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" -- cgit v1.2.3