using BBCLASSEXTEND = "native" and removing the separate native package files (thanks to Stefan Herbrechtsmeier for this hint)

This commit is contained in:
Lukas Bulwahn 2013-02-08 13:46:10 +01:00
parent 42ad1299f7
commit 9dda5d0beb
10 changed files with 24 additions and 20 deletions

View File

@ -1,4 +0,0 @@
require python-catkin-pkg_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""

View File

@ -11,3 +11,7 @@ SRC_URI[sha256sum] = "06fa265610333f8e37e1ed7c93075ddcbf7a3c26190dfd53ebb4d4cce3
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"

View File

@ -1,4 +0,0 @@
require python-empy_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""

View File

@ -13,3 +13,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS = "python-modules"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"

View File

@ -1,4 +0,0 @@
require python-nose_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""

View File

@ -12,3 +12,8 @@ SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"

View File

@ -1,4 +0,0 @@
require python-pyyaml_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""

View File

@ -12,3 +12,8 @@ SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"

View File

@ -1,4 +0,0 @@
require python-rospkg_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""

View File

@ -13,3 +13,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS_${PN} += "python-modules"
inherit setuptools
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"