diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-30 12:54:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-30 17:32:32 +0100 |
commit | 9bab1221359bcf42f01cebdaf78111674b961ecd (patch) | |
tree | 6ab48d0da17a7414e4643015c8a349eeeb8a069e /meta/recipes-extended | |
parent | 96a013573d08898678b270cc51627006f5be055a (diff) | |
download | poky-9bab1221359bcf42f01cebdaf78111674b961ecd.tar.gz |
bzip2: Update to new update-alternatives syntax
(From OE-Core rev: 75cd7692c97b07e05f304893995231e2d3390f8f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 |
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= | |||
22 | inherit autotools update-alternatives | 22 | inherit autotools update-alternatives |
23 | 23 | ||
24 | ALTERNATIVE_PRIORITY = "100" | 24 | ALTERNATIVE_PRIORITY = "100" |
25 | ALTERNATIVE_LINKS = "${bindir}/bunzip2 ${bindir}/bzcat" | 25 | ALTERNATIVE_${PN} = "bunzip2 bzcat" |
26 | 26 | ||
27 | do_configure_prepend () { | 27 | do_configure_prepend () { |
28 | cp ${WORKDIR}/configure.ac ${S}/ | 28 | cp ${WORKDIR}/configure.ac ${S}/ |