summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Xiao <xiao.zhang@windriver.com>2023-05-23 23:38:36 -0700
committerKhem Raj <raj.khem@gmail.com>2023-05-24 07:23:54 -0700
commit93892e8413da230e14c70d20f0d46b513fdd8787 (patch)
tree508a99a7a069f22b7d0b133441a9c735821d649b
parent4d921bb5144b653c2f195fb2e8694a31dbd539f1 (diff)
downloadmeta-openembedded-93892e8413da230e14c70d20f0d46b513fdd8787.tar.gz
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>
-rw-r--r--meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
index 2fd86bc28a..d36646c0d7 100644
--- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
+++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb
@@ -60,3 +60,6 @@ do_install:append () {
60} 60}
61 61
62PARALLEL_MAKE = "" 62PARALLEL_MAKE = ""
63
64# dhcp-relay contains a bundled "bind", thus their dev packages conflict each other
65RCONFLICTS:${PN}-dev = "bind-dev"