aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb')
-rw-r--r--meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb28
1 files changed, 0 insertions, 28 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
deleted file mode 100644
index 4cfe2ecca3..0000000000
--- a/meta-oe/recipes-devtools/makeself/makeself_2.4.5.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-SUMMARY = "A self-extracting archiving tool for Unix systems, in 100% shell script."
-DESCRIPTION = "\
- makeself.sh is a small shell script that generates a self-extractable \
- compressed tar archive from a directory. The resulting file appears as \
- a shell script (many of those have a .run suffix), and can be launched as is.\
-"
-HOMEPAGE = "https://makeself.io/"
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-SRC_URI = "\
- git://github.com/megastep/${BPN}.git;protocol=https;branch=master \
-"
-
-SRCREV = "5742be6410bfad2c619fb1e98bf795e8fa0913c7"
-
-S = "${WORKDIR}/git"
-
-do_configure[noexec] = "1"
-do_compile[noexec] = "1"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${S}/makeself.sh ${D}${bindir}/
- install -m 0755 ${S}/makeself-header.sh ${D}${bindir}/
-}
-
-BBCLASSEXTEND = "native"