diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-15 15:03:55 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-15 17:29:20 +0100 |
commit | 0585ccfa49f71a81652c7f63885202e952ebd0e9 (patch) | |
tree | bd6b955fbe5f1ffe62af51cc32435106c5352a71 /packages/wvstreams/wvstreams_4.4.1.bb | |
parent | 59288485f207f8da9ed416e8f003e0145d2b68b3 (diff) |
wvstreams: Use pkgconfig class in order to get usable pkgconfig files.
Diffstat (limited to 'packages/wvstreams/wvstreams_4.4.1.bb')
-rw-r--r-- | packages/wvstreams/wvstreams_4.4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |