Skip to content

Commit da75861

Browse files
committed
dev.mk: make proper replaces/provides/conflicts
1 parent c2a1943 commit da75861

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-ayufan/package.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ u-boot-package: $(UBOOT_LOADERS)
88
--depends mtd-utils \
99
--deb-compression bzip2 \
1010
--deb-field "Multi-Arch: foreign" \
11-
--deb-field "Replaces: u-boot-virtual, u-boot-rockchip-$(BOARD_TARGET)" \
12-
--deb-field "Conflicts: u-boot-virtual, u-boot-rockchip-$(BOARD_TARGET)" \
13-
--deb-field "Provides: u-boot-virtual, u-boot-rockchip-$(BOARD_TARGET)" \
11+
--deb-field "Replaces: u-boot-virtual, u-boot-rockchip, u-boot-$(BOARD_TARGET), u-boot-rockchip-$(BOARD_TARGET)" \
12+
--deb-field "Conflicts: u-boot-virtual, u-boot-rockchip, u-boot-$(BOARD_TARGET), u-boot-rockchip-$(BOARD_TARGET)" \
13+
--deb-field "Provides: u-boot-virtual, u-boot-rockchip, u-boot-$(BOARD_TARGET), u-boot-rockchip-$(BOARD_TARGET)" \
1414
--after-install dev-ayufan/scripts/postinst.deb \
1515
--before-remove dev-ayufan/scripts/prerm.deb \
1616
--url https://gitlab.com/ayufan-rock64/linux-build \

0 commit comments

Comments
 (0)