[oe-commits] dv at pseudoterminal.org : fbset: inherit from autotools-brokensep instead of autotools to fix build

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:55:26 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 3649e6b52f0fad88847fb9d4780c02249b147f5f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3649e6b52f0fad88847fb9d4780c02249b147f5f

Author: dv at pseudoterminal.org <dv at pseudoterminal.org>
Date:   Sun Apr 27 10:58:52 2014 +0200

fbset: inherit from autotools-brokensep instead of autotools to fix build

This package will not build with a separate build directory.

Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/fbset/fbset_2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb
index 84f35ff..8a3807e 100644
--- a/meta-oe/recipes-support/fbset/fbset_2.1.bb
+++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb
@@ -18,7 +18,7 @@ SRC_URI = "http://ftp.debian.org/debian/pool/main/f/fbset/fbset_2.1.orig.tar.gz
            file://fbset-2.1-fix-makefile-dep.patch \
 "
 
-inherit autotools update-alternatives
+inherit autotools-brokensep update-alternatives
 
 do_install() {
     install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5



More information about the Openembedded-commits mailing list