summaryrefslogtreecommitdiff
path: root/recipes-core
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
commita943f572a1bbdb976b8765a1ddbe8cde8f872a5f (patch)
tree9f9768985fd311d4aecbc19c1f224a0b8a321445 /recipes-core
parentc2bfa618505f3106f372397dabc43a36161c5d69 (diff)
util-linux: fstrim: remove now integrated backport
Diffstat (limited to 'recipes-core')
-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
-}