mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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>
This commit is contained in:
parent
3d0f3707fe
commit
b33c428230
|
|
@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
SRC_URI = "\
|
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"
|
SRCREV = "5742be6410bfad2c619fb1e98bf795e8fa0913c7"
|
||||||
|
|
@ -21,7 +21,6 @@ do_compile[noexec] = "1"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir}
|
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.sh ${D}${bindir}/
|
||||||
install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/
|
install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user