mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01: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:
9
meta/packages/python/python-iniparse-native_0.2.3.bb
Normal file
9
meta/packages/python/python-iniparse-native_0.2.3.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require python-iniparse_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
|
||||
do_stage() {
|
||||
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
|
||||
${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
|
||||
}
|
||||
11
meta/packages/python/python-iniparse_0.2.3.bb
Normal file
11
meta/packages/python/python-iniparse_0.2.3.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "iniparse is a INI parser for Python"
|
||||
HOMEPAGE = "http://code.google.com/p/iniparse/"
|
||||
SECTION = "devel/python"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://iniparse.googlecode.com/files/iniparse-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/iniparse-${PV}"
|
||||
|
||||
inherit distutils
|
||||
9
meta/packages/python/python-urlgrabber-native_3.1.0.bb
Normal file
9
meta/packages/python/python-urlgrabber-native_3.1.0.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require python-urlgrabber_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
|
||||
do_stage() {
|
||||
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
|
||||
${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
|
||||
}
|
||||
11
meta/packages/python/python-urlgrabber_3.1.0.bb
Normal file
11
meta/packages/python/python-urlgrabber_3.1.0.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "urlgrabber is a pure python package that drastically simplifies the fetching of files."
|
||||
HOMEPAGE = "http://linux.duke.edu/projects/urlgrabber/"
|
||||
SECTION = "devel/python"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://linux.duke.edu/projects/urlgrabber/download/urlgrabber-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/urlgrabber-${PV}"
|
||||
|
||||
inherit distutils
|
||||
11
meta/packages/python/yum-metadata-parser-native_1.1.2.bb
Normal file
11
meta/packages/python/yum-metadata-parser-native_1.1.2.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
require yum-metadata-parser_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "python-native sqlite3-native"
|
||||
RDEPENDS = ""
|
||||
|
||||
#BUILD_CFLAGS += "-I${STAGING_LIBDIR}/glib-2.0"
|
||||
|
||||
do_stage() {
|
||||
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
|
||||
${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
|
||||
}
|
||||
13
meta/packages/python/yum-metadata-parser_1.1.2.bb
Normal file
13
meta/packages/python/yum-metadata-parser_1.1.2.bb
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user