mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
8e1213bd66
commit
3649e6b52f
@@ -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 \
|
file://fbset-2.1-fix-makefile-dep.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit autotools update-alternatives
|
inherit autotools-brokensep update-alternatives
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
|
install -d ${D}${sbindir} ${D}${datadir}/man/man8 ${D}${datadir}/man/man5
|
||||||
|
|||||||
Reference in New Issue
Block a user