diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-11 16:32:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | 642e92f2cd67980a731ba21b570d8d1c6f4798e0 (patch) | |
tree | ccae9a0f45db187759a1fcc536ddfc20a51c2dcb /meta/recipes-support/libsoup | |
parent | 96eac69636d2c345cdd50b19262f157335d53380 (diff) | |
download | poky-642e92f2cd67980a731ba21b570d8d1c6f4798e0.tar.gz |
package_regex.inc: split entries with odd-even versioning into their own recipes
(From OE-Core rev: 5ddaba1fb833d0408cef5f58f786513b9293c30a)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libsoup')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb index 55d8b9e95b..5e66197821 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb | |||
@@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "0e19bca047ad50b28e8ed7663840f9e45a94909148822ca44dcb3e8caf | |||
24 | 24 | ||
25 | S = "${WORKDIR}/libsoup-${PV}" | 25 | S = "${WORKDIR}/libsoup-${PV}" |
26 | 26 | ||
27 | inherit autotools gettext pkgconfig | 27 | inherit autotools gettext pkgconfig upstream-version-is-even |
28 | 28 | ||
29 | # glib-networking is needed for SSL, proxies, etc. | 29 | # glib-networking is needed for SSL, proxies, etc. |
30 | RRECOMMENDS_${PN} = "glib-networking" | 30 | RRECOMMENDS_${PN} = "glib-networking" |