mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
@@ -48,7 +48,7 @@ PACKAGECONFIG ??= " \
|
|||||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd libmount', '', d)} \
|
||||||
glib \
|
glib \
|
||||||
gpgme \
|
gpgme \
|
||||||
soup \
|
curl \
|
||||||
"
|
"
|
||||||
|
|
||||||
# We include soup because ostree can't (currently) be built without
|
# We include soup because ostree can't (currently) be built without
|
||||||
@@ -57,14 +57,14 @@ PACKAGECONFIG:class-native ??= " \
|
|||||||
${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
|
||||||
builtin-grub2-mkconfig \
|
builtin-grub2-mkconfig \
|
||||||
gpgme \
|
gpgme \
|
||||||
soup \
|
curl \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG:class-nativesdk ??= " \
|
PACKAGECONFIG:class-nativesdk ??= " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \
|
||||||
builtin-grub2-mkconfig \
|
builtin-grub2-mkconfig \
|
||||||
gpgme \
|
gpgme \
|
||||||
soup \
|
curl \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"
|
PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"
|
||||||
|
|||||||
Reference in New Issue
Block a user