|
@@ -10,12 +10,6 @@ NETCAT_OPENBSD_LICENSE = BSD-3-Clause
|
|
|
NETCAT_OPENBSD_LICENSE_FILES = debian/copyright
|
|
|
NETCAT_OPENBSD_DEPENDENCIES = host-pkgconf libbsd
|
|
|
|
|
|
-# Ensure Busybox gets built/installed before, so that this package
|
|
|
-# overrides Busybox nc.
|
|
|
-ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
|
-NETCAT_OPENBSD_DEPENDENCIES += busybox
|
|
|
-endif
|
|
|
-
|
|
|
define NETCAT_OPENBSD_APPLY_DEBIAN_PATCHES
|
|
|
if [ -d $(@D)/debian/patches ]; then \
|
|
|
$(APPLY_PATCHES) $(@D) $(@D)/debian/patches *.dpatch; \
|