diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-20 01:04:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-21 08:25:11 -0700 |
commit | e22d8a1a8912b67b1db5611d6e359a63d236b25f (patch) | |
tree | ea4c424c1f9469c85624a5563848f8e2eb1c8189 /meta-oe/recipes-extended/uml-utilities | |
parent | 75b4b4adcd459ff1e4f6eae2b668b6c12c499fb7 (diff) | |
download | meta-openembedded-e22d8a1a8912b67b1db5611d6e359a63d236b25f.tar.gz |
uml-utilities: Define LIB_DIR to be libdir relative
helps make it platform independent
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/uml-utilities')
-rw-r--r-- | meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb index b3db508cc..663a145ef 100644 --- a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb | |||
@@ -22,7 +22,7 @@ do_compile() { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | do_install() { | 24 | do_install() { |
25 | oe_runmake install DESTDIR=${D} | 25 | oe_runmake install DESTDIR=${D} LIB_DIR=${libdir}/uml |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES:${PN} += "${libdir}/uml" | 28 | FILES:${PN} += "${libdir}/uml" |