Commit e54d46be authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

libassuan: needs mmu



Also opkg needs mmu even without gpg verification so mark as well.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 94161e9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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