diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-11-26 15:02:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:05 +0000 |
commit | 5443525de8c209c27eab0457c9a5a7ca11ec9865 (patch) | |
tree | 88dfc6f956e7c8c484212b6c28ce528f24718113 /meta/recipes-support/createrepo/createrepo_0.4.11.bb | |
parent | a8cee41b3dcdecb45adbfebe96918f7d984b39ca (diff) | |
download | poky-5443525de8c209c27eab0457c9a5a7ca11ec9865.tar.gz |
createrepo: implement support for recommends
Adds a flag into the output metadata to note recommends relationships
in a way that should not break compatibility with clients that don't
understand this flag.
(From OE-Core rev: e7df818182e9e68b2e0fdede20a41d492b776a5b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/createrepo/createrepo_0.4.11.bb')
-rw-r--r-- | meta/recipes-support/createrepo/createrepo_0.4.11.bb | 3 |
1 files changed, 2 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 8d2dcdf958..227ebcb491 100644 --- a/meta/recipes-support/createrepo/createrepo_0.4.11.bb +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb | |||
@@ -6,12 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" | |||
6 | 6 | ||
7 | RDEPENDS_${PN}_class-native += "libxml2-native rpm-native" | 7 | RDEPENDS_${PN}_class-native += "libxml2-native rpm-native" |
8 | 8 | ||
9 | PR = "r7" | 9 | PR = "r8" |
10 | 10 | ||
11 | SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \ | 11 | SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \ |
12 | file://fix-native-install.patch \ | 12 | file://fix-native-install.patch \ |
13 | file://python-scripts-should-use-interpreter-from-env.patch \ | 13 | file://python-scripts-should-use-interpreter-from-env.patch \ |
14 | file://createrepo-rpm549.patch \ | 14 | file://createrepo-rpm549.patch \ |
15 | file://recommends.patch \ | ||
15 | file://rpm-createsolvedb.py \ | 16 | file://rpm-createsolvedb.py \ |
16 | " | 17 | " |
17 | 18 | ||