mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
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. (From OE-Core rev: 5380c65e819d82f783cb75aa21db7c73bb445189) (From OE-Core rev: 02dc5c9b7b1f21c9f8d9a9299933fa88dc16c542) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2fab410f2e
commit
3c363a70aa
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user