diff options
-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 |