mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
4d921bb514
commit
93892e8413
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user