kconfig-frontends: fetch source from git

This is where development happens; tarballs are no longer produced.

(From OE-Core rev: ac5c08ea00816852a712a8d7025bce7e865460ec)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2017-02-22 16:50:58 +02:00 committed by Richard Purdie
parent 1942460f5c
commit 76b831cc11
1 changed files with 5 additions and 4 deletions

View 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() {