summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-10-26 13:58:17 +0100
committerTom Zanussi <tom.zanussi@intel.com>2012-10-31 15:53:32 -0500
commit272d6a11a51346bf22db4eb0f0fa8fcab1641226 (patch)
treefb796c2054d2a25bdcccd436e32d021f0df12bf2
parent43b2e9c34363ade4241a60f699b47179929c6fb6 (diff)
downloadmeta-intel-272d6a11a51346bf22db4eb0f0fa8fcab1641226.tar.gz
cdv-pvr-driver: inhibit package stripping
The binaries are already stripped, so don't try stripping them again (which results in a warning). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
index e9d4edec..7bda3b50 100644
--- a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
+++ b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \
14 14
15DEPENDS = "rpm-native libva" 15DEPENDS = "rpm-native libva"
16 16
17PR = "r4" 17PR = "r5"
18 18
19PSB-VIDEO = "psb-video-cdv-1.0.3-1.1.i586.rpm" 19PSB-VIDEO = "psb-video-cdv-1.0.3-1.1.i586.rpm"
20PSB-VIDEO-REV = "1.0.3" 20PSB-VIDEO-REV = "1.0.3"
@@ -66,6 +66,9 @@ S = "${WORKDIR}/cdv-graphics-drivers_${PV}"
66# These are closed binaries generated elsewhere so don't check ldflags 66# These are closed binaries generated elsewhere so don't check ldflags
67INSANE_SKIP_${PN} = "ldflags" 67INSANE_SKIP_${PN} = "ldflags"
68 68
69# Don't try stripping, as the binaries are already stripped
70INHIBIT_PACKAGE_STRIP = "1"
71
69# .so files in these binaries are not symlinks. Rearange package order 72# .so files in these binaries are not symlinks. Rearange package order
70# so that they go to ${PN} instead of $PN}-dev 73# so that they go to ${PN} instead of $PN}-dev
71PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN} ${PN}-dev ${PN}-doc ${PN}-locale" 74PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN} ${PN}-dev ${PN}-doc ${PN}-locale"