Skip to content

Commit

Permalink
makeself: upate anonymous git access and dropped man page.
Browse files Browse the repository at this point in the history
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.
megastep/makeself#260

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
vermaete authored and kraj committed Sep 3, 2022
1 parent 3d0f370 commit b33c428
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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}/
}
Expand Down

0 comments on commit b33c428

Please sign in to comment.