diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-07-20 17:49:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 12:32:53 +0100 |
commit | e62a5b0d123b6104d1c4109c735c6aaa9d32e15b (patch) | |
tree | 721d8cb934980c51ef7f2cadb796105f83fb8910 /meta | |
parent | eb5522e9b049d47e35d60d1451aa5d5c356822d8 (diff) | |
download | poky-e62a5b0d123b6104d1c4109c735c6aaa9d32e15b.tar.gz |
createrepo 0.4.11: fix the RDEPENDS
The libxml2-native and rpm-native should be ready before createrepo
runs since it needs "import libxml2 rpm".
The target createrepo needs libxml2-python when run, but the libxml2
doesn't generate the python module (disabled). We may need to fix it
or rename the recipe to createrepo-native_0.4.11.bb.
This recipe is only for the rpm backend system.
[YOCTO #2753]
(From OE-Core rev: 77f4cc3ccb1aff467004e63cf80320534e02c01b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/createrepo/createrepo_0.4.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb index 060ed597a4..7a4d05968e 100644 --- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb | |||
@@ -4,7 +4,9 @@ HOMEPAGE = "http://createrepo.baseurl.org/" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" |
6 | 6 | ||
7 | PR = "r3" | 7 | RDEPENDS_${PN}_virtclass-native += "libxml2-native rpm-native" |
8 | |||
9 | PR = "r4" | ||
8 | 10 | ||
9 | SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \ | 11 | SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \ |
10 | file://fix-native-install.patch \ | 12 | file://fix-native-install.patch \ |