diff mbox series

[meta-oe] makeself: upate anonymous git access and dropped man page.

Message ID 20220903183235.2152067-1-jan.vermaete@gmail.com
State Under Review
Headers show
Series [meta-oe] makeself: upate anonymous git access and dropped man page. | expand

Commit Message

Jan Vermaete Sept. 3, 2022, 6:32 p.m. UTC
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 <jan.vermaete@gmail.com>
---
 meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

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 e0dfc3dae..4cfe2ecca 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}/
 }