packagegroup-dey-wireless: fix wrong append method on RDEPENDS
Commit 28d9e025ea used += to append
a dependency to RDEPENDS but this was not working fine and was removing
previous dependencies.
Use instead _append override.
Reported-by: Francisco Gil Martinez <francisco.gilmartinez@digi.com>
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
11558352f0
commit
098bce03f9
|
|
@ -15,5 +15,5 @@ RDEPENDS_${PN} = "\
|
|||
wpa-supplicant-passphrase \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_ccimx6sbc += "ath-prop-tools"
|
||||
RDEPENDS_${PN}_append_ccimx6sbc = " ath-prop-tools"
|
||||
RDEPENDS_${PN}_remove_ccimx6sbc = "hostapd"
|
||||
|
|
|
|||
Loading…
Reference in New Issue