summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-07-08 22:15:06 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-07-08 22:15:06 -0400
commit64f44848c046cdd9c7bd942f98d0a790fdc3fbe2 (patch)
tree30a25bca3d0a9fc3a0dc046a9fcb81227198e178 /recipes-core/busybox
parent40cba01e33235571b0cd140b964defaf9a13035e (diff)
downloadmeta-virtualization-64f44848c046cdd9c7bd942f98d0a790fdc3fbe2.tar.gz
busybox: remove SRC_URI reference to awk -F patch
The commit "busybox: remove awk -F patch" missed the SRC_URI update for the dropped patch. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-core/busybox')
-rw-r--r--recipes-core/busybox/busybox_1.21.1.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/busybox/busybox_1.21.1.bbappend b/recipes-core/busybox/busybox_1.21.1.bbappend
index b04339af..94779846 100644
--- a/recipes-core/busybox/busybox_1.21.1.bbappend
+++ b/recipes-core/busybox/busybox_1.21.1.bbappend
@@ -1,3 +1,2 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}:${THISDIR}/${PN}-${PV}/${MACHINE}:${THISDIR}/${PN}/${MACHINE}:${THISDIR}/${PN}-${PV}:${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}_${PV}:${THISDIR}/${PN}-${PV}/${MACHINE}:${THISDIR}/${PN}/${MACHINE}:${THISDIR}/${PN}-${PV}:${THISDIR}/${PN}:"
2 2
3SRC_URI += "file://busybox-awk-make--F-STR-interpret-escape.patch"