dhcp-relay: dev subpackage conflicts with bind-dev

dhcp-relay contains a bundled bind thus their development packages
conflict each other.

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Zhang Xiao 2023-05-23 23:38:36 -07:00 committed by Khem Raj
parent 4d921bb514
commit 93892e8413

View File

@ -60,3 +60,6 @@ do_install:append () {
}
PARALLEL_MAKE = ""
# dhcp-relay contains a bundled "bind", thus their dev packages conflict each other
RCONFLICTS:${PN}-dev = "bind-dev"