aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/createrepo/createrepo_0.4.11.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-26 12:02:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-27 00:47:35 +0100
commit7ffcabba6308d8b0e6caf883e675e6ae094d3302 (patch)
treee743db4b7bab2146621cdef398ffa0ac800bfcb4 /meta/recipes-support/createrepo/createrepo_0.4.11.bb
parentffc32d6436bcd11bd9a431affb9d2508fdb3992e (diff)
downloadopenembedded-core-contrib-7ffcabba6308d8b0e6caf883e675e6ae094d3302.tar.gz
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. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/createrepo/createrepo_0.4.11.bb')
-rw-r--r--meta/recipes-support/createrepo/createrepo_0.4.11.bb20
1 files changed, 20 insertions, 0 deletions
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
+}