summaryrefslogtreecommitdiffstats
path: root/package/libedit
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-06-05 21:07:55 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-06 09:35:22 +0200
commit29b071077f66de1d9a257e7c5c6983dcce1fc65d (patch)
treeeb38365ef39167bdb9383c484523e99c10bcfad7 /package/libedit
parent88378877273829c387f48a6c96959712b892856f (diff)
downloadbuildroot-novena-29b071077f66de1d9a257e7c5c6983dcce1fc65d.tar.gz
buildroot-novena-29b071077f66de1d9a257e7c5c6983dcce1fc65d.zip
package/libbsd: depends on architectures providing a.out.h
libbsd requires a.out.h, which is only available in a select subset of the architectures Buildroot supports. Propagate these new dependencies down to libedit. Fixes: http://autobuild.buildroot.org/results/019/019091312ec547520370ffad967b53e23f54a14b http://autobuild.buildroot.org/results/87c/87c3a8bf2248606d80ddcfd96132de4c5fe869ed http://autobuild.buildroot.org/results/589/5891f539ce3f3ff2e3411228472c8833fdd0d7c0 [...] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libedit')
-rw-r--r--package/libedit/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libedit/Config.in b/package/libedit/Config.in
index b49c23cad..34160f4d2 100644
--- a/package/libedit/Config.in
+++ b/package/libedit/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBEDIT
bool "libedit"
+ depends on ( BR2_arm || BR2_armeb || BR2_m68k || BR2_i386 || BR2_x86_64 ) # libbsd
select BR2_PACKAGE_LIBBSD
select BR2_PACKAGE_NCURSES
help