summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/erlang/erlang_R15B.bb')
-rw-r--r--meta-openstack/recipes-devtools/erlang/erlang_R15B.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb b/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
index 68d144b..6f54747 100644
--- a/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
+++ b/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
@@ -9,11 +9,11 @@ EXTRA_OEMAKE = "BUILD_CC='${BUILD_CC}'"
9 9
10EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${layout_exec_prefix}" 10EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${layout_exec_prefix}"
11 11
12EXTRA_OECONF_append_arm = " --disable-smp-support --disable-hipe" 12EXTRA_OECONF:append:arm = " --disable-smp-support --disable-hipe"
13EXTRA_OECONF_append_armeb = " --disable-smp-support --disable-hipe" 13EXTRA_OECONF:append:armeb = " --disable-smp-support --disable-hipe"
14EXTRA_OECONF_append_mipsel = " --disable-smp-support --disable-hipe" 14EXTRA_OECONF:append:mipsel = " --disable-smp-support --disable-hipe"
15EXTRA_OECONF_append_sh3 = " --disable-smp-support --disable-hipe" 15EXTRA_OECONF:append_sh3 = " --disable-smp-support --disable-hipe"
16EXTRA_OECONF_append_sh4 = " --disable-smp-support --disable-hipe" 16EXTRA_OECONF:append:sh4 = " --disable-smp-support --disable-hipe"
17 17
18NATIVE_BIN = "${TMPDIR}/work/erlang-native-${PV}-${PR}/otp_src_${UPSTREAM_VERSION}/bin" 18NATIVE_BIN = "${TMPDIR}/work/erlang-native-${PV}-${PR}/otp_src_${UPSTREAM_VERSION}/bin"
19 19
@@ -51,9 +51,9 @@ do_install() {
51 51
52PACKAGES =+ "${PN}-libs-dbg ${PN}-libs" 52PACKAGES =+ "${PN}-libs-dbg ${PN}-libs"
53 53
54FILES_${PN}-staticdev += "${libdir}/*/*/*/*.a ${libdir}/*/*/*/*/*.a ${libdir}/*/*/*/*/*/*.a " 54FILES:${PN}-staticdev += "${libdir}/*/*/*/*.a ${libdir}/*/*/*/*/*.a ${libdir}/*/*/*/*/*/*.a "
55 55
56FILES_${PN}-libs-dbg += " ${libdir}/erlang/*/.debug ${libdir}/erlang/*/*/.debug ${libdir}/erlang/*/*/*/.debug ${libdir}/erlang/*/*/*/*/.debug ${libdir}/erlang/*/*/*/*/*/.debug " 56FILES:${PN}-libs-dbg += " ${libdir}/erlang/*/.debug ${libdir}/erlang/*/*/.debug ${libdir}/erlang/*/*/*/.debug ${libdir}/erlang/*/*/*/*/.debug ${libdir}/erlang/*/*/*/*/*/.debug "
57 57
58SRC_URI[md5sum] = "dd6c2a4807551b4a8a536067bde31d73" 58SRC_URI[md5sum] = "dd6c2a4807551b4a8a536067bde31d73"
59SRC_URI[sha256sum] = "5bc34fc34fc890f84bae7ff1f7c81fbec2c9aa28a0ef51a57d7a8192204d8aa2" 59SRC_URI[sha256sum] = "5bc34fc34fc890f84bae7ff1f7c81fbec2c9aa28a0ef51a57d7a8192204d8aa2"