aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-01-15 15:03:55 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-01-15 17:29:20 +0100
commit0585ccfa49f71a81652c7f63885202e952ebd0e9 (patch)
treebd6b955fbe5f1ffe62af51cc32435106c5352a71 /packages
parent59288485f207f8da9ed416e8f003e0145d2b68b3 (diff)
downloadopenembedded-0585ccfa49f71a81652c7f63885202e952ebd0e9.tar.gz
wvstreams: Use pkgconfig class in order to get usable pkgconfig files.
Diffstat (limited to 'packages')
-rw-r--r--packages/wvstreams/wvstreams_4.2.2.bb4
-rw-r--r--packages/wvstreams/wvstreams_4.4.1.bb4
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 bea2f22c0b..5d5b0242be 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 285edcfcd7..8cf1d1b5eb 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"