]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kconfig-frontends: fetch source from git
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 22 Feb 2017 14:50:58 +0000 (16:50 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 12:54:21 +0000 (12:54 +0000)
This is where development happens; tarballs are no longer produced.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb

index 09e10c9e0e006d30001467f74fcf46262046293e..4ca0e4da3ae6d0a042015654c9f3c37c3a198aab 100644 (file)
@@ -13,14 +13,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
 SECTION = "devel"
 DEPENDS += "ncurses flex bison gperf-native"
 RDEPENDS_${PN} += "python bash"
-SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"
+SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends"
 
-SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2"
-SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407"
+SRCREV = "75d35b172fc0f7b6620dd659af41f2ce04edc4e6"
+
+S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 do_configure_prepend () {
-       mkdir -p scripts/.autostuff/m4
+       mkdir -p ${S}/scripts/.autostuff/m4
 }
 
 do_install_append() {