diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-08-05 10:55:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-06 12:39:57 +0100 |
commit | c57d05ea3c6ca7810dc0df698916a2df24179d07 (patch) | |
tree | 797ee4418daaffe7b707ea4bedf660eb4b92a1d0 | |
parent | bd96581c8bb25cc6e7441b8ee72d4e939ddfb0cd (diff) | |
download | poky-c57d05ea3c6ca7810dc0df698916a2df24179d07.tar.gz |
neon: upgrade to v0.30.0
(From OE-Core rev: 4f689b16bc087cf0c15856a61e2ef3ca3bc24181)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch (renamed from meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/neon/neon_0.30.0.bb (renamed from meta/recipes-support/neon/neon_0.29.6.bb) | 7 |
2 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch b/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch index 1a2550c6fb..1a2550c6fb 100644 --- a/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch +++ b/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch | |||
diff --git a/meta/recipes-support/neon/neon_0.29.6.bb b/meta/recipes-support/neon/neon_0.30.0.bb index 157f711a9a..dbc43bbe40 100644 --- a/meta/recipes-support/neon/neon_0.29.6.bb +++ b/meta/recipes-support/neon/neon_0.30.0.bb | |||
@@ -7,15 +7,12 @@ LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a | |||
7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" | 7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" |
8 | DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native" | 8 | DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native" |
9 | 9 | ||
10 | PR = "r3" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
13 | 11 | ||
14 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \ |
15 | file://pkgconfig.patch" | 13 | file://pkgconfig.patch" |
16 | 14 | SRC_URI[md5sum] = "fb60b3a124eeec441937a812c456fd94" | |
17 | SRC_URI[md5sum] = "591e0c82e6979e7e615211b386b8f6bc" | 15 | SRC_URI[sha256sum] = "2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2" |
18 | SRC_URI[sha256sum] = "9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43" | ||
19 | 16 | ||
20 | inherit autotools binconfig lib_package pkgconfig | 17 | inherit autotools binconfig lib_package pkgconfig |
21 | 18 | ||