scripts/oe-setup-rpmrepo: replace createrepo with createrepo_c

(From OE-Core rev: bab25f09d34a32301e483ff0700add1209809b14)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2017-01-26 18:07:10 +02:00 committed by Richard Purdie
parent aa17362d33
commit ba6106a3e2
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if [ ! -d "$RPM_DIR" ]; then
exit 1 exit 1
fi fi
CREATEREPO=$OECORE_NATIVE_SYSROOT/usr/bin/createrepo CREATEREPO=$OECORE_NATIVE_SYSROOT/usr/bin/createrepo_c
if [ ! -e "$CREATEREPO" ]; then if [ ! -e "$CREATEREPO" ]; then
echo "Error: can't find createrepo binary" echo "Error: can't find createrepo binary"
echo "please run bitbake createrepo-native first" echo "please run bitbake createrepo-native first"