diff options
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 7 |
1 files changed, 7 insertions, 0 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 index da097ce825..f0323618dd 100644 --- a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb +++ b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb | |||
| @@ -8,3 +8,10 @@ SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962" | |||
| 8 | SRC_URI[sha256sum] = "01016940543a0a6131d4e6c91b595d47e187012c59a298eec14c3dbc38564b3a" | 8 | SRC_URI[sha256sum] = "01016940543a0a6131d4e6c91b595d47e187012c59a298eec14c3dbc38564b3a" |
| 9 | 9 | ||
| 10 | CFLAGS += "-I ${S}/include " | 10 | CFLAGS += "-I ${S}/include " |
| 11 | |||
| 12 | do_install() { | ||
| 13 | unset datadir | ||
| 14 | unset mandir | ||
| 15 | oe_runmake 'DESTDIR=${D}' install | ||
| 16 | } | ||
| 17 | |||
