summaryrefslogtreecommitdiffstats
path: root/package/setserial/setserial.mk
blob: e6846b20ce92005f05ffc05b46c401b6f58f9a4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
#
# setserial
#
################################################################################

SETSERIAL_VERSION            = 2.17
SETSERIAL_PATCH              = setserial_2.17-45.2.diff.gz
SETSERIAL_SOURCE             = setserial_$(SETSERIAL_VERSION).orig.tar.gz
SETSERIAL_SITE               = $(BR2_DEBIAN_MIRROR)/debian/pool/main/s/setserial/

define SETSERIAL_APPLY_DEBIAN_PATCHES
	# Touching gorhack.h is needed for the Debian patch 18 to work
	if [ -d $(@D)/debian/patches ]; then \
		touch $(@D)/gorhack.h; \
		rm $(@D)/debian/patches/01_makefile.dpatch; \
		support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches *.dpatch; \
	fi
endef

SETSERIAL_POST_PATCH_HOOKS += SETSERIAL_APPLY_DEBIAN_PATCHES

$(eval $(autotools-package))