mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:19:22 +00:00
uml-utilities: Define LIB_DIR to be libdir relative
helps make it platform independent Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
75b4b4adcd
commit
e22d8a1a89
@ -22,7 +22,7 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR=${D}
|
||||
oe_runmake install DESTDIR=${D} LIB_DIR=${libdir}/uml
|
||||
}
|
||||
|
||||
FILES:${PN} += "${libdir}/uml"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user