Skip to content

Commit c2a1943

Browse files
committed
dev-ayufan: package: package name contains the version number
Change-Id: Ic734fa1af31c160cda7413965c4ac804e3dff974
1 parent cb5a461 commit c2a1943

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-ayufan/package.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.PHONY: u-boot-package
22
u-boot-package: $(UBOOT_LOADERS)
3-
fpm -s dir -t deb -n u-boot-rockchip-$(BOARD_TARGET) -v $(RELEASE_NAME) \
3+
fpm -s dir -t deb -n u-boot-rockchip-$(BOARD_TARGET)-$(RELEASE_NAME) -v $(RELEASE_NAME) \
44
-p u-boot-rockchip-$(BOARD_TARGET)-$(RELEASE_NAME).deb \
55
--deb-priority optional --category admin \
66
--force \
77
--depends debsums \
88
--depends mtd-utils \
99
--deb-compression bzip2 \
1010
--deb-field "Multi-Arch: foreign" \
11-
--deb-field "Replaces: u-boot-virtual" \
12-
--deb-field "Conflicts: u-boot-virtual" \
13-
--deb-field "Provides: u-boot-virtual" \
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)" \
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)