diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-07-14 18:55:39 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-08 16:38:15 -0400 |
| commit | 54a4a994f91104758d797a81b4ea91d20cc781bc (patch) | |
| tree | 3570157c584faa9646789640ac47bae4b928973f /meta-networking/recipes-support/pimd/pimd_2.1.8.bb | |
| parent | 7f723007364ba79de05447671e83d4eefb3097dc (diff) | |
| download | meta-openembedded-54a4a994f91104758d797a81b4ea91d20cc781bc.tar.gz | |
pimd: Upgrade to 2.3.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/pimd/pimd_2.1.8.bb')
| -rw-r--r-- | meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb deleted file mode 100644 index 7edb6422d4..0000000000 --- a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "pimd is a lightweight stand-alone PIM-SM v2 multicast routing daemon." | ||
| 2 | HOMEPAGE = "http://troglobit.com/pimd.html" | ||
| 3 | SECTION = "net" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=94f108f91fab720d62425770b70dd790" | ||
| 6 | |||
| 7 | SRC_URI = "ftp://ftp.troglobit.com/pimd/${BP}.tar.bz2" | ||
| 8 | SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962" | ||
| 9 | SRC_URI[sha256sum] = "01016940543a0a6131d4e6c91b595d47e187012c59a298eec14c3dbc38564b3a" | ||
| 10 | |||
| 11 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
| 12 | CFLAGS += "-I ${S}/include " | ||
| 13 | |||
| 14 | do_install() { | ||
| 15 | unset datadir | ||
| 16 | unset mandir | ||
| 17 | oe_runmake 'DESTDIR=${D}' install | ||
| 18 | } | ||
| 19 | |||
