mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00: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
|
config BR2_PACKAGE_LIBASSUAN
|
||||||
bool "libassuan"
|
bool "libassuan"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
select BR2_PACKAGE_LIBGPG_ERROR
|
select BR2_PACKAGE_LIBGPG_ERROR
|
||||||
help
|
help
|
||||||
Libassuan is a small library implementing the so-called
|
Libassuan is a small library implementing the so-called
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBGPGME
|
config BR2_PACKAGE_LIBGPGME
|
||||||
bool "libgpgme"
|
bool "libgpgme"
|
||||||
|
depends on BR2_USE_MMU # libassuan
|
||||||
#gnupg is not needed to build, but at runtime.
|
#gnupg is not needed to build, but at runtime.
|
||||||
select BR2_PACKAGE_GNUPG
|
select BR2_PACKAGE_GNUPG
|
||||||
select BR2_PACKAGE_LIBGPG_ERROR
|
select BR2_PACKAGE_LIBGPG_ERROR
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_OPKG
|
config BR2_PACKAGE_OPKG
|
||||||
bool "opkg"
|
bool "opkg"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Opkg is a lightweight package management system, based on ipkg. It is
|
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
|
written in C and resembles apt/dpkg in operation. It is intended for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user