diff options
author | Ross Burton <ross@burtonini.com> | 2021-09-21 10:34:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-21 23:44:08 +0100 |
commit | e03016788129a5bf5920a3ced17afe464d8db6c2 (patch) | |
tree | 0a34b5dd0afcc6b9d6a6eda6cc5c9aa7215713c5 /meta/recipes-support/libsoup | |
parent | 300b51ac6b8755cd355ac1bf6a532ebdfb5a54cc (diff) | |
download | poky-e03016788129a5bf5920a3ced17afe464d8db6c2.tar.gz |
libsoup-2.4: remove obsolete intltool dependency
This hasn't been needed since libsoup 2.65.2.
(From OE-Core rev: 250a3f9a804917c8a9427d0209365d27b1b8fa4a)
Signed-off-by: Ross Burton <ross.burton@arm.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.72.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb index 3149896466..e888202b77 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb | |||
@@ -7,7 +7,7 @@ SECTION = "x11/gnome/libs" | |||
7 | LICENSE = "LGPLv2" | 7 | LICENSE = "LGPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
9 | 9 | ||
10 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 intltool-native libpsl" | 10 | DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl" |
11 | 11 | ||
12 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 12 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
13 | 13 | ||