summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-rpmrepo
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-setup-rpmrepo')
-rwxr-xr-xscripts/oe-setup-rpmrepo1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/oe-setup-rpmrepo b/scripts/oe-setup-rpmrepo
index ea885f6325..917b98b984 100755
--- a/scripts/oe-setup-rpmrepo
+++ b/scripts/oe-setup-rpmrepo
@@ -90,6 +90,7 @@ if [ ! -e "$CREATEREPO" ]; then
90 exit 1 90 exit 1
91fi 91fi
92 92
93export PATH=${PATH}:${OECORE_NATIVE_SYSROOT}/usr/bin
93 94
94$CREATEREPO "$RPM_DIR" 95$CREATEREPO "$RPM_DIR"
95 96