diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-12-07 09:45:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:19 +0000 |
commit | b155c2bb25a5ceb58238a7a366fc3012a9732896 (patch) | |
tree | e706807137e0b171391f122dd6a1fa466618bd77 /meta | |
parent | 438d1230511f0b183e82df3b9d410f0cabcb59d0 (diff) | |
download | poky-b155c2bb25a5ceb58238a7a366fc3012a9732896.tar.gz |
libarchive: fix ALTERNATIVE_PRIORITY to avoid conflict
'tar' utility from tar and bsdtar has the same alternative priority.
'cpio' utility from cpio and bsdcpio has the same alternative priority.
Lower the ALTERNATIVE_PRIORITY to avoid conflict.
(From OE-Core rev: 9a59ff628771b586666999d44923968a6bc58956)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.2.2.bb b/meta/recipes-extended/libarchive/libarchive_3.2.2.bb index 64e8983585..8ad62adf01 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.2.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.2.2.bb | |||
@@ -49,7 +49,7 @@ do_configure_prepend() { | |||
49 | cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/ | 49 | cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/ |
50 | } | 50 | } |
51 | 51 | ||
52 | ALTERNATIVE_PRIORITY = "100" | 52 | ALTERNATIVE_PRIORITY = "80" |
53 | 53 | ||
54 | PACKAGES =+ "bsdtar" | 54 | PACKAGES =+ "bsdtar" |
55 | FILES_bsdtar = "${bindir}/bsdtar" | 55 | FILES_bsdtar = "${bindir}/bsdtar" |