summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed/sed_4.1.2.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-29 13:24:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-02 12:41:12 +0000
commit4213ccc7330523708d36b8143692f09757048b0d (patch)
treee23088d3cd5a9356c866dd5acd42f0ec75eebb85 /meta/recipes-extended/sed/sed_4.1.2.bb
parent47a55255fe78d4f0c14c0e25319164e66581199a (diff)
downloadpoky-4213ccc7330523708d36b8143692f09757048b0d.tar.gz
sed-native: drop
This was added back in the depths of history (around 2006 in OE-Classic) when apparently the host sed couldn't always be relied upon. We now call the host sed all over the place without this dependency and don't have any problems. On the other hand, having it around can lead to races where we're calling sed in one task and staging it to the sysroot in another, the result being nasty failures compiling binutils for example. Since it isn't needed, let's just drop it completely. Fixes [YOCTO #7264]. (From OE-Core rev: 863a3966e1a200e7a15fbdbb8e04dce6e3f6c1a2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sed/sed_4.1.2.bb')
-rw-r--r--meta/recipes-extended/sed/sed_4.1.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/meta/recipes-extended/sed/sed_4.1.2.bb
index fe242e16bd..4c0f3452ac 100644
--- a/meta/recipes-extended/sed/sed_4.1.2.bb
+++ b/meta/recipes-extended/sed/sed_4.1.2.bb
@@ -31,4 +31,3 @@ ALTERNATIVE_${PN} = "sed"
31ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" 31ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed"
32ALTERNATIVE_PRIORITY = "100" 32ALTERNATIVE_PRIORITY = "100"
33 33
34BBCLASSEXTEND = "native"