aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/yum-metadata-parser_1.1.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-25 20:44:13 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-03-19 20:22:35 +0100
commit7fe23916b92d01915c7497edcac55fee9ab67091 (patch)
treedd59cf2fa6db9441813e098b1833bc101e046fe6 /recipes/python/yum-metadata-parser_1.1.2.bb
parent5089082042e867cb6e660687bf55d7cef176b793 (diff)
downloadopenembedded-7fe23916b92d01915c7497edcac55fee9ab67091.tar.gz
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
Diffstat (limited to 'recipes/python/yum-metadata-parser_1.1.2.bb')
-rw-r--r--recipes/python/yum-metadata-parser_1.1.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/python/yum-metadata-parser_1.1.2.bb b/recipes/python/yum-metadata-parser_1.1.2.bb
new file mode 100644
index 0000000000..24de7615bc
--- /dev/null
+++ b/recipes/python/yum-metadata-parser_1.1.2.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "C-based metadata parser to quickly parse xml metadata into sqlite databases."
+HOMEPAGE = "http://linux.duke.edu/projects/yum/download.ptml"
+SECTION = "devel/python"
+PRIORITY = "optional"
+DEPENDS = "python sqlite3 glib-2.0 libxml2"
+LICENSE = "GPL"
+
+SRC_URI = "http://linux.duke.edu/projects/yum/download/yum-metadata-parser/yum-metadata-parser-${PV}.tar.gz"
+S = "${WORKDIR}/yum-metadata-parser-${PV}"
+
+TARGET_CFLAGS += "-I${STAGING_LIBDIR}/glib-2.0"
+
+inherit distutils