summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mg/mg_20210609.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-02 21:41:34 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-05 22:49:35 -0700
commit0a482225b882812f787eceac0b24ebaf8d374291 (patch)
treee3be22adcb53c093527f2b168f85bebc6d8cd00e /meta-oe/recipes-support/mg/mg_20210609.bb
parent2a1ae8b23d60b3ed2d886ca25b0ca225a34faec7 (diff)
downloadmeta-openembedded-0a482225b882812f787eceac0b24ebaf8d374291.tar.gz
mg: Upgrade to 20220614 release
License-Change: update version string [1] [1] https://github.com/hboetes/mg/commit/da1036f6e085f2d7edd4d4ab65d74de4d4d18c08 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/mg/mg_20210609.bb')
-rw-r--r--meta-oe/recipes-support/mg/mg_20210609.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-oe/recipes-support/mg/mg_20210609.bb b/meta-oe/recipes-support/mg/mg_20210609.bb
deleted file mode 100644
index 5deb5c66e3..0000000000
--- a/meta-oe/recipes-support/mg/mg_20210609.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1SUMMARY = "A portable version of the mg maintained by the OpenBSD team"
2HOMEPAGE = "http://homepage.boetes.org/software/mg/"
3LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://version.c;md5=1895eb37bf6bd79cdc5c89d8166fabfb"
5DEPENDS = "ncurses libbsd"
6SECTION = "console/editors"
7
8SRCREV = "688f49cd67ab30dfa6482c74815e117cbf7af63a"
9SRC_URI = "git://github.com/hboetes/mg;branch=master;protocol=https \
10 file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \
11 file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \
12 "
13SRC_URI:append:libc-musl = "\
14 file://0001-Undefine-REGEX-for-musl-based-systems.patch \
15 "
16
17S = "${WORKDIR}/git"
18
19# CFLAGS isn't in EXTRA_OEMAKE, as the makefile picks it up via ?=
20EXTRA_OEMAKE = "\
21 'CC=${CC}' \
22 'LDFLAGS=${LDFLAGS}' \
23 \
24 'prefix=${prefix}' \
25 'bindir=${bindir}' \
26 'libdir=${libdir}' \
27 'includedir=${includedir}' \
28 'mandir=${mandir}' \
29 'PKG_CONFIG=pkg-config' \
30"
31
32CFLAGS += "-I${STAGING_INCDIR}/bsd"
33
34do_install () {
35 oe_runmake install DESTDIR=${D}
36}
37
38inherit pkgconfig