File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11# sunxi-tools
22local package_name="sunxi-tools"
33local package_repo="https://github.com/linux-sunxi/sunxi-tools.git"
4- local package_ref="branch:master"
4+ local package_ref="tag:v1.4.1"
5+ local package_upstream_version="1.4.1-1"
56local package_builddeps="libusb-1.0-0-dev ruby binutils-arm-none-eabi pkg-config u-boot-tools"
67local package_install_target="sunxi-tools"
78local package_component="utils"
Original file line number Diff line number Diff line change @@ -23,16 +23,11 @@ override_dh_auto_build:
2323 ruby -x fel-to-spl-thunk.S > fel-to-spl-thunk.h
2424
2525 $(MAKE) tools
26- ifneq ($(filter armel armhf arm64,$(DEB_HOST_ARCH ) ) ,)
27- $(MAKE) target-tools
28- endif
26+
2927 mkimage -A arm -T script -d bin/ramboot.uboot-sh bin/ramboot.scr
3028
3129override_dh_auto_install : PKG := debian/sunxi-tools
3230override_dh_auto_install :
3331 $(MAKE ) install-tools DESTDIR=$(CURDIR ) /$(PKG ) PREFIX=/usr
34- ifneq ($(filter armel armhf arm64,$(DEB_HOST_ARCH ) ) ,)
35- $(MAKE) install-target-tools DESTDIR=$(CURDIR)/$(PKG) PREFIX=/usr
36- endif
3732
3833 install -m0644 bin/ramboot.scr $(PKG)/usr/share/sunxi-tools/ramboot.scr
You can’t perform that action at this time.
0 commit comments