dsplink, codec-engine: disable stripping for all packages, the kernel modules don...
authorKoen Kooi <koen@openembedded.org>
Fri, 11 Jul 2008 09:18:28 +0000 (09:18 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 11 Jul 2008 09:18:28 +0000 (09:18 +0000)
packages/dsplink/codec-engine_2.10.bb
packages/dsplink/dsplink.inc
packages/dsplink/dsplink_1.51.00.08.bb

index 49593a2..f9e5757 100644 (file)
@@ -5,7 +5,7 @@ RDEPENDS = "update-modules"
 
 inherit module
 
-PR = "r2"
+PR = "r3"
 PV = "2.10"
 
 # Get CE tarball from TI website, place in sources and calculate
@@ -72,6 +72,7 @@ pkg_postrm_${PN}-module () {
 
 PACKAGES =+ "dsplink-cmemk-module"
 FILES_dsplink-cmemk-module = "${sysconfdir} /lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*ko"
+INHIBIT_PACKAGE_STRIP = "1"
 
 FILES_${PN} = "${base_sbindir}"
 
index 5fdbd1d..4ea750e 100644 (file)
@@ -88,6 +88,7 @@ pkg_postrm_${PN}-module () {
 PACKAGES =+ "${PN}-module"
 FILES_${PN}-module  = "${sysconfdir} /lib/modules"
 FILES_${PN} = "${bindir}/mpcsxfergpp ${bindir}/ringiogpp"
+INHIBIT_PACKAGE_STRIP = "1"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}" 
 
index 41e3721..8220e6c 100644 (file)
@@ -1,6 +1,6 @@
 require dsplink.inc
 
-PR = "r4"
+PR = "r5"
 PE = "1"
 PV = "1.51"