From: Peter Kjellerstedt Date: Wed, 10 Nov 2021 23:18:55 +0000 (+0100) Subject: slang: Clean up the additions to PREMIRRORS X-Git-Tag: uninative-3.5~865 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a7fc98fadab8779bf7975cca5b3ed006884b4910;p=openembedded-core.git slang: Clean up the additions to PREMIRRORS Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in PREMIRRORS with "\n". Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/slang/slang_2.3.2.bb b/meta/recipes-extended/slang/slang_2.3.2.bb index 81d152f000..443ca0b5e6 100644 --- a/meta/recipes-extended/slang/slang_2.3.2.bb +++ b/meta/recipes-extended/slang/slang_2.3.2.bb @@ -27,7 +27,7 @@ SRC_URI[md5sum] = "c2d5a7aa0246627da490be4e399c87cb" SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a" UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" -PREMIRRORS:append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" +PREMIRRORS:append = " http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/" inherit autotools-brokensep ptest CLEANBROKEN = "1"