diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-06-19 17:21:52 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 12:20:19 +0200 |
commit | 162a0867b6f80492e95ddcac8779e2ac91d452a5 (patch) | |
tree | af4bb59690e4376aec660b5e833a564eff369d94 /meta-oe/recipes-support/fbset | |
parent | feff44226210053d786278161dcb4e7b826ece12 (diff) | |
download | meta-openembedded-162a0867b6f80492e95ddcac8779e2ac91d452a5.tar.gz |
fbset: the package doesn't use autotools at all
Previous attempt at fixing it (3649e6b52f0fad88847fb9d4780c02249b147f5f) was
to replace inherit autotools with autotools-brokensep. But since the package
doesn't use autotools at all, there's no need to inherit either of those
classes.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fbset')
-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 84ea50c9d..18559326a 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-brokensep update-alternatives | 21 | inherit 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 |