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:
Khem Raj 2022-03-20 01:04:57 -07:00
parent 75b4b4adcd
commit e22d8a1a89

View File

@ -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"