[oe-commits] Florian Boor : unicap: 0.9.3 Work around library renaming issue.

GIT User account git at amethyst.openembedded.net
Wed Oct 22 10:21:07 UTC 2008


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed Oct 22 12:04:33 2008 +0200

unicap: 0.9.3 Work around library renaming issue.

---

 packages/unicap/unicap_0.9.3.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/unicap/unicap_0.9.3.bb b/packages/unicap/unicap_0.9.3.bb
index c527c80..dcc0897 100644
--- a/packages/unicap/unicap_0.9.3.bb
+++ b/packages/unicap/unicap_0.9.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A uniform interface to video capture devices."
 SECTION = "graphics"
 LICENSE = "GPL"
 DEPENDS = "intltool-native gtk+ libpng libxv"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://www.unicap-imaging.org/downloads/unicap-${PV}.tar.gz \
            file://pkgconfig.patch;patch=1"
@@ -13,10 +13,10 @@ do_stage () {
         autotools_stage_all
 }
 
-PACKAGES += "libucil libunicapgtk"
+PACKAGES += "libucil unicapgtk"
 
 FILES_${PN} = "${libdir}/libunicap.*so.* ${libdir}/unicap2/cpi/lib*.*so.*"
 FILES_${PN}-dev += " ${libdir}/unicap2/cpi/lib*.*so ${libdir}/unicap2/cpi/lib*.*a"
 FILES_${PN}-dbg += " ${libdir}/unicap2/cpi/.debug"
 FILES_libucil = "${libdir}/libucil*so.*"
-FILES_libunicapgtk = "${libdir}/libunicapgtk*so.*"
+FILES_unicapgtk = "${libdir}/libunicapgtk*so.*"





More information about the Openembedded-commits mailing list