adding native packages (without knowing if they are functional)

This commit is contained in:
Lukas Bulwahn 2012-12-05 13:49:54 +01:00
parent 1a7686eaca
commit bbde933bcb
2 changed files with 8 additions and 0 deletions

View File

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

View File

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