diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2013-03-08 08:31:07 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2013-03-08 08:35:05 -0800 |
| commit | b0ac9a20b8b5c189fb04e7a3b8beb5360a38f663 (patch) | |
| tree | d0850413acc0389807277a89af5f0c9fd69f0cf6 | |
| parent | f21e7a12677ed4d08dd097fe234ffe9109e52dac (diff) | |
| download | meta-intel-b0ac9a20b8b5c189fb04e7a3b8beb5360a38f663.tar.gz | |
netbase: Use machine override for netbase genmac dependency
Without the machine override, the genmac dependency will be pulled in
whenever the layer is included, regardless of MACHINE.
Reported-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
| -rw-r--r-- | meta-sys940x/recipes-core/netbase/netbase_5.0.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-sys940x/recipes-core/netbase/netbase_5.0.bbappend b/meta-sys940x/recipes-core/netbase/netbase_5.0.bbappend index e01e0b6a..a4aa47f3 100644 --- a/meta-sys940x/recipes-core/netbase/netbase_5.0.bbappend +++ b/meta-sys940x/recipes-core/netbase/netbase_5.0.bbappend | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 2 | RDEPENDS_${PN} += "genmac" | 2 | RDEPENDS_${PN}_sys940x_append += "genmac" |
| 3 | RDEPENDS_${PN}_sys940x-noemgd_append += "genmac" | ||
| 3 | PRINC := "${@int(PRINC) + 2}" | 4 | PRINC := "${@int(PRINC) + 2}" |
