replace nss with gnutls to improve reproducibility
This commit is contained in:
parent
ba3d690557
commit
8bde20dd0c
@ -1,5 +1,5 @@
|
|||||||
# Append recipe from meta-openembedded/meta-networking
|
# Append recipe from meta-openembedded/meta-networking
|
||||||
PACKAGECONFIG = "nss dhclient systemd wifi glib"
|
PACKAGECONFIG = "gnutls dhclient systemd wifi glib"
|
||||||
EXTRA_OECONF_remove = "--with-nmtui=yes"
|
EXTRA_OECONF_remove = "--with-nmtui=yes"
|
||||||
EXTRA_OECONF += "--disable-ovs --with-nmtui=no"
|
EXTRA_OECONF += "--disable-ovs --with-nmtui=no"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||||
file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
|
file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
|
||||||
|
|
||||||
DEPENDS = "pango gnome-desktop xorgproto libnotify fontconfig libgudev libxext wayland glib-2.0 libxi libx11 libwacom libxtst gsettings-desktop-schemas nss intltool-native gtk+3 polkit upower lcms glib-2.0-native wayland colord geoclue libcanberra geocode-glib libgweather pulseaudio networkmanager"
|
DEPENDS = "pango gnome-desktop xorgproto libnotify fontconfig libgudev libxext wayland glib-2.0 libxi libx11 libwacom libxtst gsettings-desktop-schemas intltool-native gtk+3 polkit upower lcms glib-2.0-native wayland colord geoclue libcanberra geocode-glib libgweather pulseaudio networkmanager"
|
||||||
|
|
||||||
FILES_${PN} += "\
|
FILES_${PN} += "\
|
||||||
${libdir}/gnome-settings-daemon-3.0 \
|
${libdir}/gnome-settings-daemon-3.0 \
|
||||||
@ -21,5 +21,5 @@ GNOMEBASEBUILDCLASS = "meson"
|
|||||||
inherit gnomebase gobject-introspection gettext meson-exe-wrapper
|
inherit gnomebase gobject-introspection gettext meson-exe-wrapper
|
||||||
|
|
||||||
SRC_URI += " file://0001-don-t-run-power-module-tests.patch"
|
SRC_URI += " file://0001-don-t-run-power-module-tests.patch"
|
||||||
EXTRA_OEMESON += "--buildtype=release -Dcups=false "
|
EXTRA_OEMESON += "--buildtype=release -Dcups=false -Dsmartcard=false"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user