From 7fa8cbf213b2321527dc51561e3ee81529357af5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 26 May 2011 12:02:30 -0700 Subject: Revert "createrepo: Update to 0.9.9" This was just the wrong update to go to, it was not fully vetted and contains yum requirements which is not a direction we are moving in. This reverts commit 7576eba58cdfebf0606623c25ae969ef52774099. (From OE-Core rev: 7ffcabba6308d8b0e6caf883e675e6ae094d3302) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-support/createrepo/createrepo_0.4.11.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-support/createrepo/createrepo_0.4.11.bb (limited to 'meta/recipes-support/createrepo/createrepo_0.4.11.bb') diff --git a/meta/recipes-support/createrepo/createrepo_0.4.11.bb b/meta/recipes-support/createrepo/createrepo_0.4.11.bb new file mode 100644 index 0000000000..ba1d04b2bd --- /dev/null +++ b/meta/recipes-support/createrepo/createrepo_0.4.11.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "createrepo creates rpm-metadata for rpms to build the repository" +HOMEPAGE = "http://createrepo.baseurl.org/" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" + +PR = "r1" + +SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \ + file://fix-native-install.patch \ + " + +SRC_URI[md5sum] = "3e9ccf4abcffe3f49af078c83611eda2" +SRC_URI[sha256sum] = "a73ae11a0dcde8bde36d900bc3f7f8f1083ba752c70a5c61b72d1e1e7608f21b" + +BBCLASSEXTEND = "native" + +do_install () { + oe_runmake -e 'DESTDIR=${D}' install +} -- cgit v1.2.3-54-g00ecf