summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/busybox/busybox-1.20.2/defconfig (renamed from recipes/busybox/busybox-1.19.4/defconfig)0
-rw-r--r--recipes/busybox/busybox_1.20.2.bbappend (renamed from recipes/busybox/busybox_1.19.4.bbappend)0
-rw-r--r--recipes/eglibc/eglibc_2.16.bbappend (renamed from recipes/eglibc/eglibc_2.13.bbappend)0
-rw-r--r--recipes/util-linux/util-linux_2.19.1.bbappend9
4 files changed, 0 insertions, 9 deletions
diff --git a/recipes/busybox/busybox-1.19.4/defconfig b/recipes/busybox/busybox-1.20.2/defconfig
index f5a0f14..f5a0f14 100644
--- a/recipes/busybox/busybox-1.19.4/defconfig
+++ b/recipes/busybox/busybox-1.20.2/defconfig
diff --git a/recipes/busybox/busybox_1.19.4.bbappend b/recipes/busybox/busybox_1.20.2.bbappend
index af7a3c5..af7a3c5 100644
--- a/recipes/busybox/busybox_1.19.4.bbappend
+++ b/recipes/busybox/busybox_1.20.2.bbappend
diff --git a/recipes/eglibc/eglibc_2.13.bbappend b/recipes/eglibc/eglibc_2.16.bbappend
index 586bfa3..586bfa3 100644
--- a/recipes/eglibc/eglibc_2.13.bbappend
+++ b/recipes/eglibc/eglibc_2.16.bbappend
diff --git a/recipes/util-linux/util-linux_2.19.1.bbappend b/recipes/util-linux/util-linux_2.19.1.bbappend
deleted file mode 100644
index 6156c1e..0000000
--- a/recipes/util-linux/util-linux_2.19.1.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-PACKAGES =+ "util-linux-blkid"
-FILES_util-linux-blkid = "${sbindir}/blkid"
-PR .= "micro3"
-
-do_install_append() {
- if [ -f ${D}${sbindir}/blkid.util-linux ]; then
- mv ${D}${sbindir}/blkid.util-linux ${D}${sbindir}/blkid
- fi
-}