From: Ross Burton Date: Tue, 20 Jun 2017 13:22:51 +0000 (+0100) Subject: dhcp: remove PN from PACKAGES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20920 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09960ac22d78d65cf840140bf6458f4fc1ff556f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dhcp: remove PN from PACKAGES Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index eff3dc55694..292f192b7cd 100644 --- a/meta/recipes-connectivity/dhcp/dhcp.inc +++ b/meta/recipes-connectivity/dhcp/dhcp.inc @@ -84,7 +84,7 @@ do_install_append () { PACKAGES += "dhcp-libs dhcp-server dhcp-server-config dhcp-client dhcp-relay dhcp-omshell" -FILES_${PN} = "" +PACKAGES_remove = "${PN}" RDEPENDS_${PN}-dev = "" RDEPENDS_${PN}-staticdev = ""