mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01: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…
Reference in New Issue
Block a user