mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
fbset: the package doesn't use autotools at all
Previous attempt at fixing it (3649e6b52f) 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:
committed by
Martin Jansa
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
|
||||
|
||||
Reference in New Issue
Block a user