mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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:
committed by
Richard Purdie
parent
0c7ef5214d
commit
7d408d3781
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user