From 7fe23916b92d01915c7497edcac55fee9ab67091 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 25 Aug 2008 20:44:13 +0000 Subject: Add python-urlgrabber, python-iniparser, yum-metadata-parser and native variants (from Poky) OE changes: python-iniparse-native: use distutils_stage_all python-urlgrabber-native: use distutils_stage_all yum-metadata-parser-native: use distutils_stage_all --- recipes/python/python-iniparse-native_0.2.3.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/python/python-iniparse-native_0.2.3.bb (limited to 'recipes/python/python-iniparse-native_0.2.3.bb') 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 +} -- cgit v1.2.3