[oe-commits] Koen Kooi : libcec: fix packaging

git at git.openembedded.org git at git.openembedded.org
Thu Jan 26 12:46:49 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 237b838e961d957d83449fa9fd9729bffee03b02
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=237b838e961d957d83449fa9fd9729bffee03b02

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Jan 26 10:00:20 2012 +0100

libcec: fix packaging

The kernel module and .so change are needed to make it actually work with the adapter.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-extended/libcec/libcec_git.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
index 250c969..142b2e2 100644
--- a/meta-oe/recipes-extended/libcec/libcec_git.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=185ead350fec5fc223da0f65f9a802af"
 
 DEPENDS = "udev"
 
+PR = "r1"
 PV = "1.4.0"
 SRCREV = "2db8981f49fbd167ddbbf19c1fbadd064abc332a"
 SRC_URI = "git://github.com/Pulse-Eight/libcec.git"
@@ -14,3 +15,9 @@ S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
+# cec-client and xbmc need the .so present to work :(
+FILES_${PN} += "${libdir}/*.so"
+INSANE_SKIP_${PN} = "dev-so"
+
+# Adapter shows up as a CDC-ACM device
+RRECOMMENDS_${PN} = "kernel-module-cdc-acm"





More information about the Openembedded-commits mailing list