[oe-commits] Florian Boor : wvstreams: Use pkgconfig class in order to get usable pkgconfig files.

GIT User account git at amethyst.openembedded.net
Thu Jan 15 16:34:06 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Thu Jan 15 15:03:55 2009 +0100

wvstreams: Use pkgconfig class in order to get usable pkgconfig files.

---

 packages/wvstreams/wvstreams_4.2.2.bb |    4 ++--
 packages/wvstreams/wvstreams_4.4.1.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/wvstreams/wvstreams_4.2.2.bb b/packages/wvstreams/wvstreams_4.2.2.bb
index bea2f22..5d5b024 100644
--- a/packages/wvstreams/wvstreams_4.2.2.bb
+++ b/packages/wvstreams/wvstreams_4.2.2.bb
@@ -3,14 +3,14 @@ LICENSE = "LGPL"
 DESCRIPTION = "WvStreams is a network programming library in C++"
 DEPENDS = "zlib openssl (>= 0.9.8)"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://ftp.de.debian.org/debian/pool/main/w/wvstreams/${PN}_${PV}.orig.tar.gz \
            http://ftp.de.debian.org/debian/pool/main/w/wvstreams/wvstreams_4.2.2-2.2.diff.gz;patch=1 \
            file://wvstreams-debian.patch;patch=1 \
            file://build-fixes-and-sanity.patch;patch=1 "
 
-inherit autotools
+inherit autotools pkgconfig
 
 LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
 
diff --git a/packages/wvstreams/wvstreams_4.4.1.bb b/packages/wvstreams/wvstreams_4.4.1.bb
index 285edcf..8cf1d1b 100644
--- a/packages/wvstreams/wvstreams_4.4.1.bb
+++ b/packages/wvstreams/wvstreams_4.4.1.bb
@@ -3,12 +3,12 @@ LICENSE = "LGPL"
 DESCRIPTION = "WvStreams is a network programming library in C++"
 DEPENDS = "zlib openssl (>= 0.9.8)"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://wvstreams.googlecode.com/files/${PN}-${PV}.tar.gz \
            file://build-fixes-and-sanity.patch;patch=1 "
 
-inherit autotools
+inherit autotools pkgconfig
 
 LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib"
 





More information about the Openembedded-commits mailing list