[yocto] [PATCH 6/9] update util-linux package version and remove patch

Armin Kuster akuster808 at gmail.com
Thu May 15 18:31:28 PDT 2014


util-linux: Update package to match Poky master.
Remove patch since it was merged upstream.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 recipes-core/util-linux/util-linux_2.23.2.bbappend | 8 --------
 recipes-core/util-linux/util-linux_2.24.2.bbappend | 3 +++
 2 files changed, 3 insertions(+), 8 deletions(-)
 delete mode 100644 recipes-core/util-linux/util-linux_2.23.2.bbappend
 create mode 100644 recipes-core/util-linux/util-linux_2.24.2.bbappend

diff --git a/recipes-core/util-linux/util-linux_2.23.2.bbappend b/recipes-core/util-linux/util-linux_2.23.2.bbappend
deleted file mode 100644
index bd8021b..0000000
--- a/recipes-core/util-linux/util-linux_2.23.2.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-PR .= ".3"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://fix-libmount_la_DEPENDENCIES.patch \
-           "
-
-inherit with-selinux
diff --git a/recipes-core/util-linux/util-linux_2.24.2.bbappend b/recipes-core/util-linux/util-linux_2.24.2.bbappend
new file mode 100644
index 0000000..9a7a9d9
--- /dev/null
+++ b/recipes-core/util-linux/util-linux_2.24.2.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+inherit with-selinux
-- 
1.9.1




More information about the yocto mailing list