diff options
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/ruli/ruli_0.36.bb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb index 6a62304a1c..7c849cf5e7 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb | |||
@@ -46,8 +46,6 @@ PARALLEL_MAKE = "" | |||
46 | CCACHE = "" | 46 | CCACHE = "" |
47 | CLEANBROKEN = "1" | 47 | CLEANBROKEN = "1" |
48 | 48 | ||
49 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
50 | |||
51 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} des smux" | 49 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} des smux" |
52 | PACKAGECONFIG[des] = "--enable-des, --disable-des" | 50 | PACKAGECONFIG[des] = "--enable-des, --disable-des" |
53 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" | 51 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" |
diff --git a/meta-networking/recipes-support/ruli/ruli_0.36.bb b/meta-networking/recipes-support/ruli/ruli_0.36.bb index 178906b7b5..0526f842a8 100644 --- a/meta-networking/recipes-support/ruli/ruli_0.36.bb +++ b/meta-networking/recipes-support/ruli/ruli_0.36.bb | |||
@@ -18,6 +18,10 @@ SRC_URI = "http://download.savannah.gnu.org/releases/ruli/ruli_${PV}.orig.tar.gz | |||
18 | SRC_URI[md5sum] = "e73fbfdeadddb68a703a70cea5271468" | 18 | SRC_URI[md5sum] = "e73fbfdeadddb68a703a70cea5271468" |
19 | SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a3999dbfa" | 19 | SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a3999dbfa" |
20 | 20 | ||
21 | # -shared is passed via CFLAGS, clang complains since its used during linking | ||
22 | # and not compiling | ||
23 | CFLAGS:append:toolchain-clang = " -Wno-error=unused-command-line-argument" | ||
24 | |||
21 | EXTRA_OEMAKE = 'CC="${CC}" CPPFLAGS="${CFLAGS}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" \ | 25 | EXTRA_OEMAKE = 'CC="${CC}" CPPFLAGS="${CFLAGS}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" \ |
22 | INSTALL_BASE_DIR="${D}${exec_prefix}" \ | 26 | INSTALL_BASE_DIR="${D}${exec_prefix}" \ |
23 | OOP_LIB_DIR=${STAGING_EXECPREFIXDIR}/${baselib} \ | 27 | OOP_LIB_DIR=${STAGING_EXECPREFIXDIR}/${baselib} \ |