diff options
| -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 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= | |||
| 29 | inherit autotools update-alternatives ptest relative_symlinks | 29 | inherit autotools update-alternatives ptest relative_symlinks |
| 30 | 30 | ||
| 31 | ALTERNATIVE_PRIORITY = "100" | 31 | ALTERNATIVE_PRIORITY = "100" |
| 32 | ALTERNATIVE_${PN} = "bunzip2 bzcat" | 32 | ALTERNATIVE_${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 |
| 35 | EXTRA_OECONF_append_class-native = " --bindir=${STAGING_BINDIR_NATIVE}/${PN}" | 35 | EXTRA_OECONF_append_class-native = " --bindir=${STAGING_BINDIR_NATIVE}/${PN}" |
