diff options
author | dv@pseudoterminal.org <dv@pseudoterminal.org> | 2014-04-27 10:58:52 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:02 +0200 |
commit | 3649e6b52f0fad88847fb9d4780c02249b147f5f (patch) | |
tree | 4f7e38d5cb62119704f772afc1a51b9ca3b8ba7f | |
parent | 8e1213bd66e7c5356a698f46c824424c02e2bc81 (diff) | |
download | meta-openembedded-3649e6b52f0fad88847fb9d4780c02249b147f5f.tar.gz |
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@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/fbset/fbset_2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb index 84f35ffa2..8a3807ea8 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 | |||
18 | file://fbset-2.1-fix-makefile-dep.patch \ | 18 | file://fbset-2.1-fix-makefile-dep.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | inherit autotools update-alternatives | 21 | inherit autotools-brokensep update-alternatives |
22 | 22 | ||
23 | do_install() { | 23 | do_install() { |
24 | install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5 | 24 | install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5 |