libassuan: needs mmu

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>
This commit is contained in:
Gustavo Zacarias 2013-10-09 16:49:35 -03:00 committed by Peter Korsgaard
parent 94161e9b8b
commit e54d46be23
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
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

View File

@ -1,5 +1,6 @@
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

View File

@ -1,5 +1,6 @@
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