Loading package/opkg/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ if BR2_PACKAGE_OPKG config BR2_PACKAGE_OPKG_GPG_SIGN bool "gnupg support" select BR2_PACKAGE_LIBGPGME select BR2_PACKAGE_LIBGPG_ERROR help Enable opkg package signature checking support using gnupg/libgpgme. Loading package/opkg/opkg.mk +4 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,10 @@ endef ifeq ($(BR2_PACKAGE_OPKG_GPG_SIGN),y) OPKG_CONF_OPTS += --enable-gpg OPKG_CONF_ENV = ac_cv_path_GPGME_CONFIG=$(STAGING_DIR)/usr/bin/gpgme-config OPKG_DEPENDENCIES += libgpgme OPKG_CONF_ENV += \ ac_cv_path_GPGME_CONFIG=$(STAGING_DIR)/usr/bin/gpgme-config \ ac_cv_path_GPGERR_CONFIG=$(STAGING_DIR)/usr/bin/gpg-error-config OPKG_DEPENDENCIES += libgpgme libgpg-error else OPKG_CONF_OPTS += --disable-gpg endif Loading Loading
package/opkg/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ if BR2_PACKAGE_OPKG config BR2_PACKAGE_OPKG_GPG_SIGN bool "gnupg support" select BR2_PACKAGE_LIBGPGME select BR2_PACKAGE_LIBGPG_ERROR help Enable opkg package signature checking support using gnupg/libgpgme. Loading
package/opkg/opkg.mk +4 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,10 @@ endef ifeq ($(BR2_PACKAGE_OPKG_GPG_SIGN),y) OPKG_CONF_OPTS += --enable-gpg OPKG_CONF_ENV = ac_cv_path_GPGME_CONFIG=$(STAGING_DIR)/usr/bin/gpgme-config OPKG_DEPENDENCIES += libgpgme OPKG_CONF_ENV += \ ac_cv_path_GPGME_CONFIG=$(STAGING_DIR)/usr/bin/gpgme-config \ ac_cv_path_GPGERR_CONFIG=$(STAGING_DIR)/usr/bin/gpg-error-config OPKG_DEPENDENCIES += libgpgme libgpg-error else OPKG_CONF_OPTS += --disable-gpg endif Loading