diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-08 10:58:02 +0000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 15:51:19 -0500 |
commit | 4c1b191d1a40bbdaa42f7d997012f06b39c5a7e8 (patch) | |
tree | 7e804a5f2c6817b3c2265c22a912c94abfb9cf7b /meta-networking | |
parent | 3bccfa713f38d2c3a35e77ea8424f9c9ea9c365f (diff) | |
download | meta-openembedded-4c1b191d1a40bbdaa42f7d997012f06b39c5a7e8.tar.gz |
pimd: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been to set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make
this explicit so that the default in bitbake.conf can be changed.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 1 |
1 files changed, 1 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 ba63be54a4..34690437d0 100644 --- a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb +++ b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb | |||
@@ -8,6 +8,7 @@ SRC_URI = "ftp://troglobit.com/pimd/${BP}.tar.bz2" | |||
8 | SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962" | 8 | SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962" |
9 | SRC_URI[sha256sum] = "01016940543a0a6131d4e6c91b595d47e187012c59a298eec14c3dbc38564b3a" | 9 | SRC_URI[sha256sum] = "01016940543a0a6131d4e6c91b595d47e187012c59a298eec14c3dbc38564b3a" |
10 | 10 | ||
11 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
11 | CFLAGS += "-I ${S}/include " | 12 | CFLAGS += "-I ${S}/include " |
12 | 13 | ||
13 | do_install() { | 14 | do_install() { |