[oe] [meta-oe][PATCH] kconfig-frontends: Retrieve the Git repository from GitLab

Peter Kjellerstedt peter.kjellerstedt at axis.com
Thu Oct 10 09:13:40 UTC 2019


Armin, once this is accepted to master, can you backport it to Thud and 
Warrior as well? There has been no other changes to the recipe for a long 
time so it should apply without any problems.

//Peter

> -----Original Message-----
> From: openembedded-devel-bounces at lists.openembedded.org <openembedded-devel-bounces at lists.openembedded.org> On Behalf Of Peter Kjellerstedt
> Sent: den 10 oktober 2019 11:08
> To: openembedded-devel at lists.openembedded.org
> Subject: [oe] [meta-oe][PATCH] kconfig-frontends: Retrieve the Git repository from GitLab
> 
> The ymorin.is-a-geek.org site has been down since September and there
> is no indication of when, if ever, it will be back. Retrieve the
> repository from GitLab instead, recommended by the maintainer, Yann E
> Morin.
> 
> Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
> ---
>  .../kconfig-frontends/kconfig-frontends_4.11.0.1.bb           | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
> index de9a6eb99..fae80a79e 100644
> --- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
> +++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
> @@ -7,13 +7,13 @@ the effort of keeping an up-to-date, out-of-tree, packaging of the \
>  kconfig infrastructure, ready for use by third-party projects. \
>  The kconfig-frontends package provides the kconfig parser, as well as all \
>  the frontends"
> -HOMEPAGE = "http://ymorin.is-a-geek.org/projects/kconfig-frontends"
> +HOMEPAGE = "https://gitlab.com/ymorin/kconfig-frontends"
>  LICENSE = "GPL-2.0"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
>  SECTION = "devel"
>  DEPENDS += "ncurses flex bison gperf-native bison-native"
>  RDEPENDS_${PN} += "python3 bash"
> -SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends;branch=4.11.x \
> +SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \
>  	   file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \
>             file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch"
> 
> --
> 2.21.0



More information about the Openembedded-devel mailing list