kumquat-buildroot/package/erlang-p1-yaml/erlang-p1-yaml.mk
Bernd Kuhls 6b87f6e017 package/erlang-p1-yaml: bump version to 1.0.36
Changelog:
https://github.com/processone/fast_yaml/blob/master/CHANGELOG.md
[1.0.36 just updated a github workflow file]

Removed paths added by upstream
de7687901d
which break cross-builds.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-20 23:07:58 +02:00

21 lines
676 B
Makefile

################################################################################
#
# erlang-p1-yaml
#
################################################################################
ERLANG_P1_YAML_VERSION = 1.0.36
ERLANG_P1_YAML_SITE = $(call github,processone,fast_yaml,$(ERLANG_P1_YAML_VERSION))
ERLANG_P1_YAML_LICENSE = Apache-2.0
ERLANG_P1_YAML_LICENSE_FILES = LICENSE.txt
ERLANG_P1_YAML_DEPENDENCIES = libyaml erlang-p1-utils
define ERLANG_P1_YAML_REMOVE_PATHS
$(SED) "s/ -I\/usr\/local\/include//" $(@D)/rebar.config
$(SED) "s/ -L\/usr\/local\/lib//" $(@D)/rebar.config
endef
ERLANG_P1_YAML_POST_PATCH_HOOKS = ERLANG_P1_YAML_REMOVE_PATHS
$(eval $(rebar-package))