summaryrefslogtreecommitdiff
path: root/meta/recipes-support/createrepo/createrepo_0.9.9.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.9.9.bb
parentffc32d6436bcd11bd9a431affb9d2508fdb3992e (diff)
downloadopenembedded-core-7ffcabba6308d8b0e6caf883e675e6ae094d3302.tar.gz
openembedded-core-7ffcabba6308d8b0e6caf883e675e6ae094d3302.tar.bz2
openembedded-core-7ffcabba6308d8b0e6caf883e675e6ae094d3302.tar.xz
openembedded-core-7ffcabba6308d8b0e6caf883e675e6ae094d3302.zip
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.9.9.bb')
-rw-r--r--meta/recipes-support/createrepo/createrepo_0.9.9.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/createrepo/createrepo_0.9.9.bb b/meta/recipes-support/createrepo/createrepo_0.9.9.bb
deleted file mode 100644
index 89f18f4e1..000000000
--- a/meta/recipes-support/createrepo/createrepo_0.9.9.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-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 = "r0"
-
-SRC_URI= "http://createrepo.baseurl.org/download/${BP}.tar.gz \
- file://fix-native-install.patch \
- "
-SRC_URI[md5sum] = "10641f19a40e9f633b300e23dde00349"
-SRC_URI[sha256sum] = "ee897463837b299fb20bf6e970f8c5324cd8b7f26ad3675a9938a2d7ae42ff03"
-
-BBCLASSEXTEND = "native"
-
-do_install () {
- oe_runmake -e 'DESTDIR=${D}' install
-}