util-linux: Don't package chkdupexe

The chkdupexe utility is fairly worthless and drags perl in as a build dependency
of the whole util-linux recipe.  If anybody actually wants to use this script
then we should package it separately, but for the time being let's just delete it.

(From OE-Core rev: 19dd830ff8a1b87499b9a51599265dd436214708)

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Phil Blundell
2012-09-25 14:04:02 +01:00
committed by Richard Purdie
parent 0c7ef5214d
commit 7d408d3781
2 changed files with 4 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
MAJOR_VERSION = "2.21"
PR = "r3"
PR = "r4"
require util-linux.inc
# note that `lscpu' is under GPLv3+
@@ -40,7 +40,3 @@ addtask remove_lscpu before do_configure after do_patch
CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=as"
EXTRA_OECONF_virtclass-native += "--disable-fallocate --disable-use-tty-group"
do_install_append () {
sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${bindir}/chkdupexe
}