summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-09 11:13:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:25 +0200
commitd9f921c07b77ba2fe0ea2d71615b27a34ee44181 (patch)
treeccd6b93ebb6ca17e21f736e08fdd42b2fa88bbe5
parent346d38a5b5395ed8de9632903d6e2581da8a2e4d (diff)
util-linux: fstrim: remove now integrated backport
-rw-r--r--recipes-core/util-linux/util-linux_2.23.2.bbappend12
1 files changed, 0 insertions, 12 deletions
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 d3f8ca2..0000000
--- a/recipes-core/util-linux/util-linux_2.23.2.bbappend
+++ /dev/null
@@ -1,12 +0,0 @@
-#backport from master, util-linux: Add fstrim utility, commit ee3599472d7c5ccbf259312c7622b982941b6b1e
-
-PRINC := "${@int(PRINC) + 2}"
-
-PACKAGES =+ "util-linux-fstrim"
-FILES_util-linux-fstrim = "${base_sbindir}/fstrim"
-
-do_install_append () {
- if [ -f "${D}${sbindir}/fstrim" ]; then
- mv "${D}${sbindir}/fstrim" "${D}${base_sbindir}/fstrim"
- fi
-}