File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11.PHONY : u-boot-package
22u-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 \
You can’t perform that action at this time.
0 commit comments