aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hexedit
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-17 14:45:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:51 +0200
commitef1b1cb43837475c31f42427869d48097295baa3 (patch)
tree41338c8495c2e76985abcc52ab27a38df9d4dcc2 /meta-oe/recipes-extended/hexedit
parentd4d84b8e438706ad5747df2ac7e3590986a6a0e5 (diff)
downloadmeta-openembedded-contrib-ef1b1cb43837475c31f42427869d48097295baa3.tar.gz
hexedit: Disable separate build since its broken
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/hexedit')
-rw-r--r--meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
index afc947f622..c2f0630383 100644
--- a/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
+++ b/meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb
@@ -12,6 +12,6 @@ SRC_URI = "http://rigaux.org/${BP}.src.tgz \
SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9"
SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7"
-inherit autotools
+inherit autotools-brokensep
S = "${WORKDIR}/${PN}"