Also opkg needs mmu even without gpg verification so mark as well.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
config BR2_PACKAGE_LIBASSUAN
bool "libassuan"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LIBGPG_ERROR
help
Libassuan is a small library implementing the so-called
config BR2_PACKAGE_LIBGPGME
bool "libgpgme"
+ depends on BR2_USE_MMU # libassuan
#gnupg is not needed to build, but at runtime.
select BR2_PACKAGE_GNUPG
select BR2_PACKAGE_LIBGPG_ERROR
config BR2_PACKAGE_OPKG
bool "opkg"
+ depends on BR2_USE_MMU # fork()
help
Opkg is a lightweight package management system, based on ipkg. It is
written in C and resembles apt/dpkg in operation. It is intended for