diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:46:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:46:02 +0000 |
commit | 666c69518d4fafcd8365c79dbffa7b4912863e68 (patch) | |
tree | c89a0bf4f39b0d74e84e08147fd11123bb0dfa1a /meta/packages/yum/yum-native_3.2.18.bb | |
parent | 2b67142f3b510acd2aa6837738756384773490fa (diff) | |
download | poky-666c69518d4fafcd8365c79dbffa7b4912863e68.tar.gz |
Add yum-native and createrepo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5098 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/yum/yum-native_3.2.18.bb')
-rw-r--r-- | meta/packages/yum/yum-native_3.2.18.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/yum/yum-native_3.2.18.bb b/meta/packages/yum/yum-native_3.2.18.bb new file mode 100644 index 0000000000..6657c52d80 --- /dev/null +++ b/meta/packages/yum/yum-native_3.2.18.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | HOMEPAGE = "http://linux.duke.edu/projects/yum/" | ||
2 | |||
3 | SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz" | ||
4 | |||
5 | DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native" | ||
6 | |||
7 | S = "${WORKDIR}/yum-${PV}" | ||
8 | |||
9 | inherit autotools native | ||
10 | |||
11 | do_compile_append () { | ||
12 | sed -e 's#!/usr/bin/python#!${bindir}/python#' -e 's#/usr/share#${datadir}#' -i ${S}/bin/yum.py | ||
13 | sed -e 's#!/usr/bin/python#!${bindir}/python#' -e 's#/usr/share#${datadir}#' -i ${S}/bin/yum-updatesd.py | ||
14 | } | ||