summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index b6aa9f33e9..f7544b35c6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -488,7 +488,7 @@ HOSTTOOLS += " \
488 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ 488 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
489 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ 489 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
490 head hostname iconv id install ld ldd ln ls make makeinfo md5sum mkdir mknod \ 490 head hostname iconv id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
491 mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd \ 491 mktemp mv nm objcopy objdump od patch perl pr printf pwd \
492 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \ 492 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
493 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 493 sleep sort split stat strings strip tail tar tee test touch tr true uname \
494 uniq wc wget which xargs \ 494 uniq wc wget which xargs \
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb
index 6495726500..8e7ef00b08 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb
@@ -18,6 +18,8 @@ TARGET_CC_ARCH += "${LDFLAGS}"
18 18
19RDEPENDS_${PN} += "bash" 19RDEPENDS_${PN} += "bash"
20 20
21inherit perlnative
22
21# For native builds we use the host Python 23# For native builds we use the host Python
22PYTHONRDEPS = "python3 python3-shell python3-io python3-math python3-crypt python3-logging python3-fcntl python3-pickle python3-compression python3-stringold" 24PYTHONRDEPS = "python3 python3-shell python3-io python3-math python3-crypt python3-logging python3-fcntl python3-pickle python3-compression python3-stringold"
23PYTHONRDEPS_class-native = "" 25PYTHONRDEPS_class-native = ""