diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-11 02:55:32 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-10 23:06:55 -0800 |
| commit | 01faf33238e4c55ed489d8d248cd168911330304 (patch) | |
| tree | a2161a102ba6b9a9311a52f60224ac4db03b1e9d | |
| parent | b57a977581d4de05e08881c4049e05e316b17009 (diff) | |
| download | meta-openembedded-01faf33238e4c55ed489d8d248cd168911330304.tar.gz | |
ostree: replace libsoup-2.4 by curl
like it is done in fedora
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2022.5.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb index 1a0987361e..c6ac7cbea4 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2022.5.bb | |||
| @@ -48,7 +48,7 @@ PACKAGECONFIG ??= " \ | |||
| 48 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \ | 48 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \ |
| 49 | glib \ | 49 | glib \ |
| 50 | gpgme \ | 50 | gpgme \ |
| 51 | soup \ | 51 | curl \ |
| 52 | " | 52 | " |
| 53 | 53 | ||
| 54 | # We include soup because ostree can't (currently) be built without | 54 | # We include soup because ostree can't (currently) be built without |
| @@ -57,14 +57,14 @@ PACKAGECONFIG:class-native ??= " \ | |||
| 57 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ | 57 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ |
| 58 | builtin-grub2-mkconfig \ | 58 | builtin-grub2-mkconfig \ |
| 59 | gpgme \ | 59 | gpgme \ |
| 60 | soup \ | 60 | curl \ |
| 61 | " | 61 | " |
| 62 | 62 | ||
| 63 | PACKAGECONFIG:class-nativesdk ??= " \ | 63 | PACKAGECONFIG:class-nativesdk ??= " \ |
| 64 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ | 64 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ |
| 65 | builtin-grub2-mkconfig \ | 65 | builtin-grub2-mkconfig \ |
| 66 | gpgme \ | 66 | gpgme \ |
| 67 | soup \ | 67 | curl \ |
| 68 | " | 68 | " |
| 69 | 69 | ||
| 70 | PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi" | 70 | PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi" |
