From: Paul Eggleton Date: Mon, 23 Jul 2012 08:38:46 +0000 (+0100) Subject: dhcp: remove dependency of dev/staticdev packages on main package X-Git-Tag: yocto-4.0~36200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5380c65e819d82f783cb75aa21db7c73bb445189;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dhcp: remove dependency of dev/staticdev packages on main package The main package is empty and is not produced, which leaves the dev and staticdev packages broken. Remove the dependencies (added in bitbake.conf by default) to fix this. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index 8ead0169014..3159f938505 100644 --- a/meta/recipes-connectivity/dhcp/dhcp.inc +++ b/meta/recipes-connectivity/dhcp/dhcp.inc @@ -56,6 +56,8 @@ do_install_append () { PACKAGES += "dhcp-server dhcp-server-config dhcp-client dhcp-relay dhcp-omshell" FILES_${PN} = "" +RDEPENDS_${PN}-dev = "" +RDEPENDS_${PN}-staticdev = "" FILES_dhcp-server = "${sbindir}/dhcpd ${sysconfdir}/init.d/dhcp-server" RRECOMMENDS_dhcp-server = "dhcp-server-config" diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bb index 24b50ba2ab8..67af3e2a820 100644 --- a/meta/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bb +++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bb @@ -1,6 +1,6 @@ require dhcp.inc -PR = "r0" +PR = "r1" SRC_URI += "file://fixincludes.patch \ file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \