summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bzip2
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-11-23 10:16:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-23 23:35:19 +0000
commita3e7ab01680a90cf3daf724713a29b60bc364fd7 (patch)
tree6d3a01eaeb119e7b80e62cf8fee7ca7d1720d4c7 /meta/recipes-extended/bzip2
parent48e25b57f89e98900fa333eb281b957404d2f095 (diff)
downloadpoky-a3e7ab01680a90cf3daf724713a29b60bc364fd7.tar.gz
bzip2: extend alternatives list to include bzip2
bzip2 could also be provided by busybox. So extend the alternatives list to include bzip2. (From OE-Core rev: 832ce25879d5e3df2d443bdf4362bf4af1377e87) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 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 025f45c472..7d04e30d53 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
@@ -29,7 +29,7 @@ CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=
29inherit autotools update-alternatives ptest relative_symlinks 29inherit autotools update-alternatives ptest relative_symlinks
30 30
31ALTERNATIVE_PRIORITY = "100" 31ALTERNATIVE_PRIORITY = "100"
32ALTERNATIVE_${PN} = "bunzip2 bzcat" 32ALTERNATIVE_${PN} = "bunzip2 bzcat bzip2"
33 33
34#install binaries to bzip2-native under sysroot for replacement-native 34#install binaries to bzip2-native under sysroot for replacement-native
35EXTRA_OECONF_append_class-native = " --bindir=${STAGING_BINDIR_NATIVE}/${PN}" 35EXTRA_OECONF_append_class-native = " --bindir=${STAGING_BINDIR_NATIVE}/${PN}"