diff options
author | Tuan Hoang <tuanhoanganh.dev@gmail.com> | 2019-02-24 06:23:19 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-24 00:05:34 -0800 |
commit | 5f787686697fe36e3e7b64d3552f4cf543d33149 (patch) | |
tree | 523587193330d26600daf484dbe166663fac5dff | |
parent | 2b5beadcdf371b925ba10be94f7b5f7767881f71 (diff) | |
download | meta-openembedded-5f787686697fe36e3e7b64d3552f4cf543d33149.tar.gz |
mscgen: add version 0.20
Signed-off-by: Hoang Anh Tuan <tuanha@viosoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/mscgen/mscgen_0.20.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb new file mode 100644 index 0000000000..6ead015f85 --- /dev/null +++ b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output." | ||
2 | HOMEPAGE = "http://www.mcternan.me.uk/mscgen/" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b1e6a340187c1cf716513439d07c1d79" | ||
6 | |||
7 | SRC_URI = "http://www.mcternan.me.uk/mscgen/software/${PN}-src-${PV}.tar.gz" | ||
8 | |||
9 | SRC_URI[md5sum] = "65c90fb5150d7176b65b793f0faa7377" | ||
10 | SRC_URI[sha256sum] = "3c3481ae0599e1c2d30b7ed54ab45249127533ab2f20e768a0ae58d8551ddc23" | ||
11 | |||
12 | DEPENDS = "gd " | ||
13 | |||
14 | inherit autotools gettext | ||
15 | |||
16 | do_configure_prepend() { | ||
17 | sed -i "s#AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)#AC_PATH_PROG([GDLIB_CONFIG],[gdlib-config], ,[${STAGING_BINDIR_CROSS}])#" ${S}/configure.ac | ||
18 | } | ||