diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-setup-rpmrepo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-rpmrepo b/scripts/oe-setup-rpmrepo index 7dcded8f1d..df1c61435c 100755 --- a/scripts/oe-setup-rpmrepo +++ b/scripts/oe-setup-rpmrepo | |||
@@ -89,7 +89,7 @@ if [ ! -d "$RPM_DIR" ]; then | |||
89 | exit 1 | 89 | exit 1 |
90 | fi | 90 | fi |
91 | 91 | ||
92 | CREATEREPO=$OECORE_NATIVE_SYSROOT/usr/bin/createrepo | 92 | CREATEREPO=$OECORE_NATIVE_SYSROOT/usr/bin/createrepo_c |
93 | if [ ! -e "$CREATEREPO" ]; then | 93 | if [ ! -e "$CREATEREPO" ]; then |
94 | echo "Error: can't find createrepo binary" | 94 | echo "Error: can't find createrepo binary" |
95 | echo "please run bitbake createrepo-native first" | 95 | echo "please run bitbake createrepo-native first" |