mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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:
@@ -22,7 +22,7 @@ do_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake install DESTDIR=${D}
|
oe_runmake install DESTDIR=${D} LIB_DIR=${libdir}/uml
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/uml"
|
FILES:${PN} += "${libdir}/uml"
|
||||||
|
|||||||
Reference in New Issue
Block a user