From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1StELN-0005ca-Pn for openembedded-core@lists.openembedded.org; Mon, 23 Jul 2012 10:50:22 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 23 Jul 2012 01:38:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="175899509" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.121.29]) by orsmga002.jf.intel.com with ESMTP; 23 Jul 2012 01:38:53 -0700 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Mon, 23 Jul 2012 09:38:46 +0100 Message-Id: <1343032726-6310-1-git-send-email-paul.eggleton@linux.intel.com> X-Mailer: git-send-email 1.7.9.5 Subject: [PATCH] dhcp: remove dependency of dev/staticdev packages on main package X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 08:50:22 -0000 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 --- meta/recipes-connectivity/dhcp/dhcp.inc | 2 ++ meta/recipes-connectivity/dhcp/dhcp_4.2.3-P2.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index 8ead016..3159f93 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 24b50ba..67af3e2 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 \ -- 1.7.9.5