diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 22:45:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 22:45:42 +0000 |
commit | f9cbd10b72039298d71199ef27babe0dfeae5f11 (patch) | |
tree | 14ec5edfb2dda201170f2fb75485d68504ae56fe /packages/python/python-lxml_1.3.3.bb | |
parent | cc67c28f0b7356cda6224810d36d557dc94cbeca (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.bb | 5 |
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 |