mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
bzip2: Update to new update-alternatives syntax
(From OE-Core rev: 75cd7692c97b07e05f304893995231e2d3390f8f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -22,7 +22,7 @@ CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=
|
||||
inherit autotools update-alternatives
|
||||
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
ALTERNATIVE_LINKS = "${bindir}/bunzip2 ${bindir}/bzcat"
|
||||
ALTERNATIVE_${PN} = "bunzip2 bzcat"
|
||||
|
||||
do_configure_prepend () {
|
||||
cp ${WORKDIR}/configure.ac ${S}/
|
||||
|
||||
Reference in New Issue
Block a user