From b33c428230493f32fa786e21ebf1bfe0d0954efc Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 3 Sep 2022 20:32:35 +0200 Subject: [PATCH] makeself: upate anonymous git access and dropped man page. Review on the mailinglist requested to drop the 'git' user in the SRC_URI. The man files seems to be outdated, so I've dropped it. https://github.com/megastep/makeself/issues/260 Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb b/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb index e0dfc3dae3..4cfe2ecca3 100644 --- a/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb +++ b/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb @@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "\ - git://git@github.com/megastep/makeself.git;protocol=https;branch=master \ + git://github.com/megastep/${BPN}.git;protocol=https;branch=master \ " SRCREV = "5742be6410bfad2c619fb1e98bf795e8fa0913c7" @@ -21,7 +21,6 @@ do_compile[noexec] = "1" do_install() { install -d ${D}${bindir} - install -m 0755 ${S}/makeself.1 ${D}${bindir}/ install -m 0755 ${S}/makeself.sh ${D}${bindir}/ install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/ }