Skip to content
Snippets Groups Projects
Commit 9dda5d0b authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

using BBCLASSEXTEND = "native" and removing the separate native package files...

using BBCLASSEXTEND = "native" and removing the separate native package files (thanks to Stefan Herbrechtsmeier for this hint)
parent 42ad1299
No related branches found
No related tags found
No related merge requests found
require python-catkin-pkg_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
......@@ -11,3 +11,7 @@ SRC_URI[sha256sum] = "06fa265610333f8e37e1ed7c93075ddcbf7a3c26190dfd53ebb4d4cce3
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"
require python-empy_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
......@@ -13,3 +13,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS = "python-modules"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"
require python-nose_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
......@@ -12,3 +12,8 @@ SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"
require python-pyyaml_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
......@@ -12,3 +12,8 @@ SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"
require python-rospkg_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
......@@ -13,3 +13,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS_${PN} += "python-modules"
inherit setuptools
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment