summaryrefslogtreecommitdiff
path: root/packages/python/python-lxml_1.3.3.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-20 22:45:42 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-20 22:45:42 +0000
commitf9cbd10b72039298d71199ef27babe0dfeae5f11 (patch)
tree14ec5edfb2dda201170f2fb75485d68504ae56fe /packages/python/python-lxml_1.3.3.bb
parentcc67c28f0b7356cda6224810d36d557dc94cbeca (diff)
python-lxml: add patch to make it use pkgconfig instead of binconfig to detect its dependencies
Diffstat (limited to 'packages/python/python-lxml_1.3.3.bb')
-rw-r--r--packages/python/python-lxml_1.3.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/python/python-lxml_1.3.3.bb b/packages/python/python-lxml_1.3.3.bb
index de0566e38f..7ead15b2a0 100644
--- a/packages/python/python-lxml_1.3.3.bb
+++ b/packages/python/python-lxml_1.3.3.bb
@@ -3,9 +3,10 @@ HOMEPAGE = "http://codespeak.net/lxml/"
AUTHOR = "http://codespeak.net/mailman/listinfo/lxml-dev"
LICENSE = "BSD"
DEPENDS = "libxml2 libxslt"
-PR = "ml0"
+PR = "ml1"
-SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz"
+SRC_URI = "http://codespeak.net/lxml/lxml-${PV}.tgz \
+ file://use-pkgconfig-to-detect.patch;patch=1"
S = "${WORKDIR}/lxml-${PV}"
inherit distutils