[oe-commits] Koen Kooi : dsplink, codec-engine: fix dsplink packaging:

GIT User account git at amethyst.openembedded.net
Sat Jan 3 17:17:51 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jan  3 18:12:06 2009 +0100

dsplink, codec-engine: fix dsplink packaging:
ERROR: dsplink is listed in PACKAGES multiple times, this leads to packaging errors.

---

 packages/dsplink/codec-engine_2.21.bb |    2 +-
 packages/dsplink/dsplink.inc          |    4 ++--
 packages/dsplink/dsplink_1.60.bb      |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/dsplink/codec-engine_2.21.bb b/packages/dsplink/codec-engine_2.21.bb
index c8ec81e..a3a3d71 100644
--- a/packages/dsplink/codec-engine_2.21.bb
+++ b/packages/dsplink/codec-engine_2.21.bb
@@ -8,7 +8,7 @@ RDEPENDS = "update-modules"
 inherit module
 
 # tconf from xdctools dislikes '.' in pwd :/
-PR = "r3"
+PR = "r4"
 PV = "221"
 
 # Get CE tarball from TI website, place in sources and calculate
diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc
index 4d5db6a..3a5c7f6 100644
--- a/packages/dsplink/dsplink.inc
+++ b/packages/dsplink/dsplink.inc
@@ -151,9 +151,9 @@ pkg_postrm_dsplink-module () {
 	update-modules || true
 }
 
-PACKAGES =+ "dsplink dsplink-module ti-lpm-module ti-cmemk-module"
+PACKAGES =+ "dsplink-apps dsplink-module ti-lpm-module ti-cmemk-module"
 FILES_dsplink-module  = "${sysconfdir} /lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/dsplinkk.ko"
-FILES_dsplink = "${bindir}/* ${datadir}/dsplink/* ${libdir}/dsplink.lib"
+FILES_dsplink-apps = "${bindir}/* ${datadir}/dsplink/* ${libdir}/dsplink.lib"
 
 FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko"
 
diff --git a/packages/dsplink/dsplink_1.60.bb b/packages/dsplink/dsplink_1.60.bb
index 2f76ac1..fec275d 100644
--- a/packages/dsplink/dsplink_1.60.bb
+++ b/packages/dsplink/dsplink_1.60.bb
@@ -1,7 +1,7 @@
 require dsplink.inc
 
 # The tconf tool breaks if there is a '.' in your pwd
-PR = "r4"
+PR = "r5"
 PE = "1"
 PV = "160"
 





More information about the Openembedded-commits mailing list