diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-02-22 16:50:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:09 +0000 |
commit | 76b831cc11b1eaec365f27e7f4cd37777f088b45 (patch) | |
tree | 44c9f4fc804250adf0214fe774d4a8f814a85c5a /meta | |
parent | 1942460f5c932ea95f8239bc9de40612cabaf7a2 (diff) | |
download | poky-76b831cc11b1eaec365f27e7f4cd37777f088b45.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb index 09e10c9e0e..4ca0e4da3a 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | |||
@@ -13,14 +13,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | |||
13 | SECTION = "devel" | 13 | SECTION = "devel" |
14 | DEPENDS += "ncurses flex bison gperf-native" | 14 | DEPENDS += "ncurses flex bison gperf-native" |
15 | RDEPENDS_${PN} += "python bash" | 15 | RDEPENDS_${PN} += "python bash" |
16 | SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" | 16 | SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" | 18 | SRCREV = "75d35b172fc0f7b6620dd659af41f2ce04edc4e6" |
19 | SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407" | 19 | |
20 | S = "${WORKDIR}/git" | ||
20 | 21 | ||
21 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
22 | do_configure_prepend () { | 23 | do_configure_prepend () { |
23 | mkdir -p scripts/.autostuff/m4 | 24 | mkdir -p ${S}/scripts/.autostuff/m4 |
24 | } | 25 | } |
25 | 26 | ||
26 | do_install_append() { | 27 | do_install_append() { |