diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index 6aa5fb839e..6a3cf550ef 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb @@ -16,6 +16,12 @@ S = "${WORKDIR}/git" TARGET_CC_ARCH += "${LDFLAGS}" +PYTHONRDEPS = "python python-shell python-io python-math python-crypt python-logging python-fcntl python-subprocess python-pickle python-compression python-textutils python-stringold" +PYTHONRDEPS_class-native = "" + +PACKAGECONFIG = "python" +PACKAGECONFIG[python] = ",,,${PYTHONRDEPS}" + do_install() { oe_runmake PREFIX=${prefix} DESTDIR=${D} install } @@ -25,9 +31,6 @@ PACKAGES_class-native = "" PACKAGES =+ "update-alternatives-opkg" FILES_update-alternatives-opkg = "${bindir}/update-alternatives" - -RDEPENDS_${PN} = "python python-shell python-io python-math python-crypt python-logging python-fcntl python-subprocess python-pickle python-compression python-textutils python-stringold" -RDEPENDS_${PN}_class-native = "" RPROVIDES_update-alternatives-opkg = "update-alternatives" BBCLASSEXTEND = "native nativesdk" |