mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:16:10 +00:00
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>
This commit is contained in:
parent
feff442262
commit
162a0867b6
@ -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-brokensep update-alternatives
|
||||
inherit update-alternatives
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user