gtkmathview: fix B!=S
authorTrevor Woerner <trevor.woerner@linaro.org>
Tue, 1 Apr 2014 03:39:25 +0000 (23:39 -0400)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:36:53 +0000 (08:36 -0800)
This package does not support building out of a separate directory from the
source.

(From meta-openembedded rev: 72865f2062d111d72484c20a86357311bab669e8)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb

index 1442d5a..7034535 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz \
 SRC_URI[md5sum] = "b53564e553728d4b69f7d366dfeb5299"
 SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c558c43"
 
-inherit autotools 
+inherit autotools-brokensep
 
 EXTRA_OECONF = "--disable-binreloc"