diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-03-25 16:13:29 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-03-26 10:29:18 +0000 |
commit | 5eb169bb6a83cb8827880290dbc727ef57fed4b7 (patch) | |
tree | 0293313fb1f06cc1034ff53946d817e99d72d5fa /meta/packages/python/python-urlgrabber-native_3.9.1.bb | |
parent | 811497111b6e2653336914acc204b86a27dda1f1 (diff) | |
download | poky-5eb169bb6a83cb8827880290dbc727ef57fed4b7.tar.gz |
python-urlgrabber: Update to 3.9.1 with extra patches from Fedora
Add a couple of extra patches from Fedora to make the latest createrepo package
work.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/python/python-urlgrabber-native_3.9.1.bb')
-rw-r--r-- | meta/packages/python/python-urlgrabber-native_3.9.1.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/python/python-urlgrabber-native_3.9.1.bb b/meta/packages/python/python-urlgrabber-native_3.9.1.bb new file mode 100644 index 0000000000..61c0f60d80 --- /dev/null +++ b/meta/packages/python/python-urlgrabber-native_3.9.1.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require python-urlgrabber_${PV}.bb | ||
2 | inherit native | ||
3 | DEPENDS = "python-native python-pycurl-native" | ||
4 | RDEPENDS = "" | ||
5 | |||
6 | NATIVE_INSTALL_WORKS = "1" | ||
7 | |||