diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 15:54:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 17:53:31 +0100 |
commit | 080c6ecfcc4b926e4cfdad817e9a706c6c3a50a0 (patch) | |
tree | da3fc1571c548a9a928732df8ada859b351664ce | |
parent | e2f1a82782721634c942b5a73e6fc53e60928457 (diff) | |
download | poky-080c6ecfcc4b926e4cfdad817e9a706c6c3a50a0.tar.gz |
neon: Add libproxy to DEPENDS to ensure determinstic builds
(From OE-Core rev: ed2a606909b9490ac57a3ad3db7a15e83a8664f9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/neon/neon_0.29.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.5.bb index 4653a2875e..8201ffe059 100644 --- a/meta/recipes-support/neon/neon_0.29.5.bb +++ b/meta/recipes-support/neon/neon_0.29.5.bb | |||
@@ -4,9 +4,9 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPLv2+" | 4 | LICENSE = "LGPLv2+" |
5 | LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ | 5 | LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ |
6 | file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" | 6 | file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" |
7 | DEPENDS = "zlib libxml2 expat time gnutls" | 7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ | 11 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ |
12 | file://pkgconfig.patch" | 12 | file://pkgconfig.patch" |