mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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>
(cherry picked from commit 93892e8413)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
546fd9dd75
commit
b044efa0e9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user