mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-01 01:13:29 +08:00
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:
parent
94161e9b8b
commit
e54d46be23
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user