diff options
| -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" | |||
| 16 | 16 | ||
| 17 | TARGET_CC_ARCH += "${LDFLAGS}" | 17 | TARGET_CC_ARCH += "${LDFLAGS}" | 
| 18 | 18 | ||
| 19 | PYTHONRDEPS = "python python-shell python-io python-math python-crypt python-logging python-fcntl python-subprocess python-pickle python-compression python-textutils python-stringold" | ||
| 20 | PYTHONRDEPS_class-native = "" | ||
| 21 | |||
| 22 | PACKAGECONFIG = "python" | ||
| 23 | PACKAGECONFIG[python] = ",,,${PYTHONRDEPS}" | ||
| 24 | |||
| 19 | do_install() { | 25 | do_install() { | 
| 20 | oe_runmake PREFIX=${prefix} DESTDIR=${D} install | 26 | oe_runmake PREFIX=${prefix} DESTDIR=${D} install | 
| 21 | } | 27 | } | 
| @@ -25,9 +31,6 @@ PACKAGES_class-native = "" | |||
| 25 | 31 | ||
| 26 | PACKAGES =+ "update-alternatives-opkg" | 32 | PACKAGES =+ "update-alternatives-opkg" | 
| 27 | FILES_update-alternatives-opkg = "${bindir}/update-alternatives" | 33 | FILES_update-alternatives-opkg = "${bindir}/update-alternatives" | 
| 28 | |||
| 29 | 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" | ||
| 30 | RDEPENDS_${PN}_class-native = "" | ||
| 31 | RPROVIDES_update-alternatives-opkg = "update-alternatives" | 34 | RPROVIDES_update-alternatives-opkg = "update-alternatives" | 
| 32 | 35 | ||
| 33 | BBCLASSEXTEND = "native nativesdk" | 36 | BBCLASSEXTEND = "native nativesdk" | 
