Bump buildroot to 2019.02
This commit is contained in:
@@ -4,18 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NETCAT_OPENBSD_VERSION = debian/1.187-1
|
||||
NETCAT_OPENBSD_VERSION = debian/1.190-1
|
||||
NETCAT_OPENBSD_SITE = git://anonscm.debian.org/collab-maint/netcat-openbsd
|
||||
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; \
|
||||
|
||||
Reference in New Issue
Block a user