mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
e23bcfc079
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>
22 lines
560 B
Makefile
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))
|