1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-12 16:50:07 +00:00

Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varients

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-25 20:44:13 +00:00
parent bb6a165c58
commit 2b67142f3b
6 changed files with 64 additions and 0 deletions
@@ -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"
LICENSE = "GPL"
PR = "r0"
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