aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mg/mg_20200723.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@fujitsu.com>2021-03-26 10:06:22 +0800
committerKhem Raj <raj.khem@gmail.com>2021-03-28 12:12:58 -0700
commit3625a76fb258ecbea3c04fb14001b7055587a216 (patch)
treec563efcb698fed47d0e12451ed13ba6fccaf19bc /meta-oe/recipes-support/mg/mg_20200723.bb
parente61c57f628c6897859423253fb5d81b55cc91359 (diff)
downloadmeta-openembedded-contrib-3625a76fb258ecbea3c04fb14001b7055587a216.tar.gz
mg: upgrade 20200723 -> 20210314
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mg/mg_20200723.bb')
-rw-r--r--meta-oe/recipes-support/mg/mg_20200723.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-oe/recipes-support/mg/mg_20200723.bb b/meta-oe/recipes-support/mg/mg_20200723.bb
deleted file mode 100644
index b73f937565..0000000000
--- a/meta-oe/recipes-support/mg/mg_20200723.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY = "A portable version of the mg maintained by the OpenBSD team"
-HOMEPAGE = "http://homepage.boetes.org/software/mg/"
-LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://version.c;md5=1895eb37bf6bd79cdc5c89d8166fabfb"
-DEPENDS = "ncurses libbsd"
-SECTION = "console/editors"
-
-SRCREV = "60fa3582f5f735b9d43825f5bdcc4ea5f0740f91"
-SRC_URI = "git://github.com/hboetes/mg \
- file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \
- file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \
- "
-SRC_URI_append_libc-musl = "\
- file://0001-Undefine-REGEX-for-musl-based-systems.patch \
- "
-
-S = "${WORKDIR}/git"
-
-# CFLAGS isn't in EXTRA_OEMAKE, as the makefile picks it up via ?=
-EXTRA_OEMAKE = "\
- 'CC=${CC}' \
- 'LDFLAGS=${LDFLAGS}' \
- \
- 'prefix=${prefix}' \
- 'bindir=${bindir}' \
- 'libdir=${libdir}' \
- 'includedir=${includedir}' \
- 'mandir=${mandir}' \
- 'PKG_CONFIG=pkg-config' \
-"
-
-CFLAGS += "-I${STAGING_INCDIR}/bsd"
-
-do_install () {
- oe_runmake install DESTDIR=${D}
-}
-
-inherit pkgconfig