Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -4,10 +4,18 @@
#
################################################################################
PDBG_VERSION = 90a7370a11e727f1482dea6ff2bd6aec20c64805
PDBG_VERSION = 139ba071c222a5b0c20075f7c2265029ddd59449
PDBG_SITE = $(call github,open-power,pdbg,$(PDBG_VERSION))
PDBG_LICENSE = Apache 2.0
PDBG_LICENSE = Apache-2.0
PDBG_LICENSE_FILES = COPYING
PDBG_AUTORECONF = YES
PDBG_DEPENDENCIES = host-dtc
PDBG_MAKE_OPTS = "GIT_SHA1=\"$(PDBG_VERSION)\""
define PDBG_PATCH_M4
mkdir -p $(@D)/m4
endef
PDBG_POST_PATCH_HOOKS += PDBG_PATCH_M4
$(eval $(autotools-package))