Skip to content

Commit

Permalink
Make libxml2-7 provide libxml2 (chainguard-images#1519)
Browse files Browse the repository at this point in the history
This confuses our solver logic.

Signed-off-by: Jon Johnson <[email protected]>
  • Loading branch information
jonjohnsonjr authored Jan 26, 2024
1 parent ec42dc4 commit f65459b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ endef
define get-source-dir
$(info getting source dir for package $(3) with dir $(2))
$(1) := $(shell if [[ "." == "$(2)" ]]; then \
echo "--source-dir ./$(3)"; \
mdkir -p "./$(3)" && echo "--source-dir ./$(3)"; \
else \
echo "--source-dir $(2)"; \
mkdir -p "$(2)" && echo "--source-dir $(2)"; \
fi)
endef

Expand Down
3 changes: 3 additions & 0 deletions libxml2-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ package:
description: XML parsing library, version 2.7
copyright:
- license: MIT
dependencies:
provides:
- libxml2=${{package.full-version}}

environment:
contents:
Expand Down

0 comments on commit f65459b

Please sign in to comment.