diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2022-09-03 20:32:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-03 15:13:26 -0700 |
commit | b33c428230493f32fa786e21ebf1bfe0d0954efc (patch) | |
tree | 50a3e6fc1725d8ef74d261284663477da0610cb1 /meta-oe/recipes-devtools/makeself | |
parent | 3d0f3707fe434e4981b42a6f34ad624396e0f8f2 (diff) | |
download | meta-openembedded-b33c428230493f32fa786e21ebf1bfe0d0954efc.tar.gz |
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 <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/makeself')
-rw-r--r-- | meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb | 3 |
1 files changed, 1 insertions, 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 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" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
12 | git://git@github.com/megastep/makeself.git;protocol=https;branch=master \ | 12 | git://github.com/megastep/${BPN}.git;protocol=https;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "5742be6410bfad2c619fb1e98bf795e8fa0913c7" | 15 | SRCREV = "5742be6410bfad2c619fb1e98bf795e8fa0913c7" |
@@ -21,7 +21,6 @@ do_compile[noexec] = "1" | |||
21 | 21 | ||
22 | do_install() { | 22 | do_install() { |
23 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |
24 | install -m 0755 ${S}/makeself.1 ${D}${bindir}/ | ||
25 | install -m 0755 ${S}/makeself.sh ${D}${bindir}/ | 24 | install -m 0755 ${S}/makeself.sh ${D}${bindir}/ |
26 | install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/ | 25 | install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/ |
27 | } | 26 | } |