aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/binutils/binutils_2.24.bbappend2
-rw-r--r--recipes-extended/ethtool/ethtool_%.bbappend2
-rw-r--r--recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend4
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/binutils/binutils_2.24.bbappend b/recipes-devtools/binutils/binutils_2.24.bbappend
index 6d56dcc..b56680f 100644
--- a/recipes-devtools/binutils/binutils_2.24.bbappend
+++ b/recipes-devtools/binutils/binutils_2.24.bbappend
@@ -1,2 +1,2 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI += "file://0001-Add-momit_lock_prefix-no-yes-option.patch"
+SRC_URI_append_quark = " file://0001-Add-momit_lock_prefix-no-yes-option.patch"
diff --git a/recipes-extended/ethtool/ethtool_%.bbappend b/recipes-extended/ethtool/ethtool_%.bbappend
index 2d30838..b361f20 100644
--- a/recipes-extended/ethtool/ethtool_%.bbappend
+++ b/recipes-extended/ethtool/ethtool_%.bbappend
@@ -1,2 +1,2 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI += "file://quark.patch"
+SRC_URI_append_quark = " file://quark.patch"
diff --git a/recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend b/recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend
index c868a65..2bda794 100644
--- a/recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend
+++ b/recipes-support/libgcrypt/libgcrypt_1.5.3.bbappend
@@ -1,2 +1,2 @@
-EXTRA_OECONF += " --disable-aesni-support \
- --disable-padlock-support"
+EXTRA_OECONF_append_quark = " --disable-aesni-support \
+ --disable-padlock-support"