* [PATCH] bzip2: Update to new update-alternatives syntax
@ 2012-05-30 11:54 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-05-30 11:54 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index fa8310e..43b462a 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}/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-30 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-30 11:54 [PATCH] bzip2: Update to new update-alternatives syntax Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox