Skip to content

Commit 7bd50d7

Browse files
committed
Provides u-boot-virtual, conflicts and replaces
Change-Id: I7ffa85c65464ced8b19009ae4c040974147aaa53
1 parent 7c33a66 commit 7bd50d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-ayufan/package.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ u-boot-package: $(UBOOT_LOADERS)
88
--depends mtd-utils \
99
--deb-compression bzip2 \
1010
--deb-field "Multi-Arch: foreign" \
11-
--deb-field "Conflicts: u-boot-$(BOARD_TARGET), u-boot-rockchip" \
11+
--deb-field "Replaces: u-boot-virtual" \
12+
--deb-field "Conflicts: u-boot-virtual" \
1213
--deb-field "Provides: u-boot-virtual" \
1314
--after-install dev-ayufan/scripts/postinst.deb \
1415
--before-remove dev-ayufan/scripts/prerm.deb \

0 commit comments

Comments
 (0)