Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com> Change-Id: I11f49ac918cfc061e9364edf4671d892e3071e71
10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
# There is a conflict with 'wireless-regdb-static' package and 'dev-pkgs'
|
|
# IMAGE_FEATURES:
|
|
# This configuration creates an install dependency for 'wireless-regdb' package,
|
|
# while the 'wireless-regdb_%.bb' recipe set: RCONFLICTS:${PN} = "${PN}-static"
|
|
# This gives 'unmet dependencies' error.
|
|
# To avoid this issue, modify dependencies for ${PN}-dev to not require the
|
|
# ${PN} package by default.
|
|
RDEPENDS:${PN}-dev = ""
|
|
RRECOMMENDS:${PN}-dev:append = "${PN}"
|