summaryrefslogtreecommitdiffstats
path: root/recipes-core/busybox/busybox_1.20.2.bbappend
diff options
context:
space:
mode:
authorBogdan Purcareata <bogdan.purcareata@freescale.com>2013-05-16 12:09:44 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-05-17 09:47:32 -0700
commitea1d9e46ad4392ad7e6d82fce95aa8500d48cbf9 (patch)
tree46fabe93930c0a46af4cb3eab20c5ca7590ca86d /recipes-core/busybox/busybox_1.20.2.bbappend
parent1cbe97b642b44df5e60fb422164bd9773401db02 (diff)
downloadmeta-virtualization-ea1d9e46ad4392ad7e6d82fce95aa8500d48cbf9.tar.gz
busybox awk: make -F STR interpret escape sequences
Patch implements functionality mentioned in the title and has been applied to busybox 1.21.0. This patch is included into the meta-virtualization layer since it provides awk functionality to the lxc-clone command in the lxc containers package. Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-core/busybox/busybox_1.20.2.bbappend')
-rw-r--r--recipes-core/busybox/busybox_1.20.2.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/busybox/busybox_1.20.2.bbappend b/recipes-core/busybox/busybox_1.20.2.bbappend
index 43b35241..b04339af 100644
--- a/recipes-core/busybox/busybox_1.20.2.bbappend
+++ b/recipes-core/busybox/busybox_1.20.2.bbappend
@@ -1 +1,3 @@
1FILESEXTRAPATHS_prepend := "${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
3SRC_URI += "file://busybox-awk-make--F-STR-interpret-escape.patch"