aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bzip2
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 12:54:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 17:24:47 +0100
commit75cd7692c97b07e05f304893995231e2d3390f8f (patch)
tree9c73411eed621506f616843dfc9523a0ddce8eda /meta/recipes-extended/bzip2
parent59db7976fa870084af19d880e594b0e94678cf19 (diff)
downloadopenembedded-core-75cd7692c97b07e05f304893995231e2d3390f8f.tar.gz
bzip2: Update to new update-alternatives syntax
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bzip2')
-rw-r--r--meta/recipes-extended/bzip2/bzip2_1.0.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index fa8310e12a..43b462ad8c 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
@@ -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}/