libassuan: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 9 Oct 2013 19:49:35 +0000 (16:49 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 9 Oct 2013 20:21:25 +0000 (22:21 +0200)
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>
package/libassuan/Config.in
package/libgpgme/Config.in
package/opkg/Config.in

index e97ebdcddea2e50c1e641219e02a1341a220a73b..46101451cf1905dba914afeee3cf26e5edb8d539 100644 (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
index f97a3fe89273b0512d6cdca98d21de48980c76d3..a303bfae8fb16461a3e6d27953901fe87fcdcb87 100644 (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
index 5906210e86609c1a8d3b41d0b5e1a49ca5ad0ab9..afc13f2c181aabe5c4d37b255ae73661ceead614 100644 (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