aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xinetd
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-12-18 10:03:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:50:03 +0000
commit35ecd1e61ff6b3b338f413d942eabb247b815a0f (patch)
tree0b190e3fa58bfd6cb54d91e494e4541b87e1eb85 /meta/recipes-extended/xinetd
parentd884974bf767cc35e3383fddcae219c8ccae6846 (diff)
downloadopenembedded-core-35ecd1e61ff6b3b338f413d942eabb247b815a0f.tar.gz
xinetd: added gnu-configize for AArch64 support
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/xinetd')
-rw-r--r--meta/recipes-extended/xinetd/xinetd_2.3.15.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 2139e7493b..3bde512fc4 100644
--- a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
+++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
@@ -31,6 +31,7 @@ EXTRA_OECONF="--disable-nls"
do_configure() {
# Looks like configure.in is broken, so we are skipping
# rebuilding configure and are just using the shipped one
+ gnu-configize --force
oe_runconf
}