diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 14:45:39 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:51 +0200 |
commit | ef1b1cb43837475c31f42427869d48097295baa3 (patch) | |
tree | 41338c8495c2e76985abcc52ab27a38df9d4dcc2 /meta-oe | |
parent | d4d84b8e438706ad5747df2ac7e3590986a6a0e5 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-extended/hexedit/hexedit_1.2.13.bb | 2 |
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 afc947f62..c2f063038 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 \ | |||
12 | SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9" | 12 | SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9" |
13 | SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7" | 13 | SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools-brokensep |
16 | 16 | ||
17 | S = "${WORKDIR}/${PN}" | 17 | S = "${WORKDIR}/${PN}" |