summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Xiao <xiao.zhang@windriver.com>2023-05-23 23:38:36 -0700
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-26 13:17:10 +0200
commitb044efa0e9f874791d6045541ab9a6581738acc7 (patch)
treef6ad9d7384b87a7b124a1ffbdbff7e9655df7b94
parent546fd9dd75e5ecc9aed2cf3dd0f0663dcb56d332 (diff)
downloadmeta-openembedded-b044efa0e9f874791d6045541ab9a6581738acc7.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> (cherry picked from commit 93892e8413da230e14c70d20f0d46b513fdd8787) Signed-off-by: Gyorgy Sarvari <skandigraun@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"