From f8af9dc5ec123545d9140326f81d5d441009ccae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Mon, 14 Jun 2021 14:29:56 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ fdtextract ] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------------------------------------------------- * 573bf95 Only read the FIT header when possible to speed up reading attributes. ------------------------------------------------------------------------------- commit 573bf9543f8dc792b6d5dc8760cb69c64f11e932 Author: Jonas Höglund Date: 2021-06-11 16:42:26 +0200 Only read the FIT header when possible to speed up reading attributes. Base directory -> / fdtextract.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- --- fdtextract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdtextract/Makefile b/fdtextract/Makefile index 16e3323af..9ca3b0b85 100644 --- a/fdtextract/Makefile +++ b/fdtextract/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/fdtextract.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=485a38bc4eaf2a54d080b8529d5130b2955626d1 +PKG_SOURCE_VERSION:=573bf9543f8dc792b6d5dc8760cb69c64f11e932 PKG_MIRROR_HASH:=skip PKG_LICENSE:=GPLv2