diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-19 23:31:21 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-20 16:07:50 -0800 |
commit | fa6e382bc649bf06a26e176fb8de3ebe84b1be76 (patch) | |
tree | de4d11864163d2f47f47eb7c173c19ce6f0b0ad4 /meta-networking/recipes-support/ruli | |
parent | dcb22ae7aa9141bfddf126f67673769854fa522c (diff) | |
download | meta-openembedded-fa6e382bc649bf06a26e176fb8de3ebe84b1be76.tar.gz |
ruli: Define OOP_LIB_DIR and INSTALL_LIB_DIR
This helps in taking care of multilib install dir
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ruli')
-rw-r--r-- | meta-networking/recipes-support/ruli/ruli_0.36.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ruli/ruli_0.36.bb b/meta-networking/recipes-support/ruli/ruli_0.36.bb index b82a3d08e8..8548f9a353 100644 --- a/meta-networking/recipes-support/ruli/ruli_0.36.bb +++ b/meta-networking/recipes-support/ruli/ruli_0.36.bb | |||
@@ -19,7 +19,10 @@ SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a39 | |||
19 | 19 | ||
20 | B = "${S}" | 20 | B = "${S}" |
21 | 21 | ||
22 | EXTRA_OEMAKE = 'CC="${CC}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" INSTALL_BASE_DIR="${D}${exec_prefix}"' | 22 | EXTRA_OEMAKE = 'CC="${CC}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" \ |
23 | INSTALL_BASE_DIR="${D}${exec_prefix}" \ | ||
24 | OOP_LIB_DIR=${STAGING_EXECPREFIXDIR}/${baselib} \ | ||
25 | INSTALL_LIB_DIR=${D}${libdir}' | ||
23 | 26 | ||
24 | do_configure() { | 27 | do_configure() { |
25 | touch configure-stamp | 28 | touch configure-stamp |