wvstreams: Use pkgconfig class in order to get usable pkgconfig files.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 15 Jan 2009 14:03:55 +0000 (15:03 +0100)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 15 Jan 2009 16:29:20 +0000 (17:29 +0100)
packages/wvstreams/wvstreams_4.2.2.bb
packages/wvstreams/wvstreams_4.4.1.bb

index bea2f22..5d5b024 100644 (file)
@@ -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"
 
index 285edcf..8cf1d1b 100644 (file)
@@ -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"