diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-12-06 11:35:55 +0800 |
---|---|---|
committer | Chen Qi <Qi.Chen@windriver.com> | 2016-12-07 09:42:46 +0800 |
commit | e84742f21c96d0083db38ebe6cd9ac946e1fd952 (patch) | |
tree | a094aa99bbab7f602fe73eadc39b7cfb44ac8e30 /meta | |
parent | 11063a01d4511b2688ea7ba2d7359e4e07328c66 (diff) | |
download | openembedded-core-contrib-ChenQi/libarchive-priority.tar.gz |
libarchive: fix ALTERNATIVE_PRIORITY to avoid conflictChenQi/libarchive-priority
'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.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
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 cf66e9d8e8c..7917ce707fd 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.2.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.2.2.bb @@ -48,7 +48,7 @@ do_configure_prepend() { cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/ } -ALTERNATIVE_PRIORITY = "100" +ALTERNATIVE_PRIORITY = "80" PACKAGES =+ "bsdtar" FILES_bsdtar = "${bindir}/bsdtar" |