diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index 035d4946f1..b478692e39 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
| @@ -28,7 +28,7 @@ do_configure:append () { | |||
| 28 | 28 | ||
| 29 | # ignore strip to avoid yocto errors in stripping | 29 | # ignore strip to avoid yocto errors in stripping |
| 30 | do_compile () { | 30 | do_compile () { |
| 31 | oe_runmake PLATFORM=ARM 'STRIP=echo' all | 31 | oe_runmake PLATFORM=ARM 'STRIP=echo' CCFLAGS="${CFLAGS}" all |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | do_install () { | 34 | do_install () { |
