replace nss with gnutls to improve reproducibility

This commit is contained in:
Bruce Leidl 2019-04-09 15:23:35 -04:00
parent ba3d690557
commit 8bde20dd0c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# 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 += "--disable-ovs --with-nmtui=no"

View File

@ -5,7 +5,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
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} += "\
${libdir}/gnome-settings-daemon-3.0 \
@ -21,5 +21,5 @@ GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gobject-introspection gettext meson-exe-wrapper
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"