buildroot/package/pdbg/pdbg.mk
Joel Stanley e23bcfc079 pdbg: Bump version
Contains the upstreamed build fix for Blackfin and various other bug
fixes.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-12-12 06:48:33 +01:00

22 lines
560 B
Makefile

################################################################################
#
# pdbg
#
################################################################################
PDBG_VERSION = 139ba071c222a5b0c20075f7c2265029ddd59449
PDBG_SITE = $(call github,open-power,pdbg,$(PDBG_VERSION))
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))