diff options
Diffstat (limited to 'recipes/python/python-iniparse-native_0.2.3.bb')
| -rw-r--r-- | recipes/python/python-iniparse-native_0.2.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/python/python-iniparse-native_0.2.3.bb b/recipes/python/python-iniparse-native_0.2.3.bb new file mode 100644 index 0000000000..68dd2184a8 --- /dev/null +++ b/recipes/python/python-iniparse-native_0.2.3.bb @@ -0,0 +1,9 @@ +require python-iniparse_${PV}.bb +inherit native +DEPENDS = "python-native" +RDEPENDS = "" +PR = "r1" + +do_stage() { + distutils_stage_all +} |
