From 21391597e1ae1ec5171c3bc2485f860700a58027 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 19 Feb 2015 11:45:55 -0500 Subject: busybox: make append version independent Signed-off-by: Paul Gortmaker Signed-off-by: Bruce Ashfield --- recipes-core/busybox/busybox_%.bbappend | 10 ++++++++++ recipes-core/busybox/busybox_1.22.1.bbappend | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 recipes-core/busybox/busybox_%.bbappend delete mode 100644 recipes-core/busybox/busybox_1.22.1.bbappend (limited to 'recipes-core/busybox') diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend new file mode 100644 index 00000000..8369a031 --- /dev/null +++ b/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += " \ + file://lspci.cfg \ + file://lsusb.cfg \ + file://mdev.cfg \ + file://mount-cifs.cfg \ + file://ps-extras.cfg \ + file://getopt.cfg \ + " diff --git a/recipes-core/busybox/busybox_1.22.1.bbappend b/recipes-core/busybox/busybox_1.22.1.bbappend deleted file mode 100644 index 8369a031..00000000 --- a/recipes-core/busybox/busybox_1.22.1.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += " \ - file://lspci.cfg \ - file://lsusb.cfg \ - file://mdev.cfg \ - file://mount-cifs.cfg \ - file://ps-extras.cfg \ - file://getopt.cfg \ - " -- cgit v1.2.3-54-g00ecf