Skip to content

Commit 18e4192

Browse files
Fix for sunxi-tools extra package
1 parent 65bc9fc commit 18e4192

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

extras-buildpkgs/90-sunxi-tools.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# sunxi-tools
22
local package_name="sunxi-tools"
33
local 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"
56
local package_builddeps="libusb-1.0-0-dev ruby binutils-arm-none-eabi pkg-config u-boot-tools"
67
local package_install_target="sunxi-tools"
78
local package_component="utils"

extras-buildpkgs/sunxi-tools/debian/rules

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

3129
override_dh_auto_install: PKG := debian/sunxi-tools
3230
override_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

0 commit comments

Comments
 (0)