From 8d43795c342c9dd8f4ab20ea80134e03a461a38c Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Mon, 17 Feb 2020 09:16:02 +0100 Subject: [PATCH] ifbt-0.3: fix linking against libeasy.so --- ifbt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ifbt/Makefile b/ifbt/Makefile index af5ca0e8c..0d90bf5b1 100644 --- a/ifbt/Makefile +++ b/ifbt/Makefile @@ -6,9 +6,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ifbt -PKG_VERSION:=0.2 +PKG_VERSION:=0.3 -PKG_SOURCE_VERSION:=6a279efa5046ace0681a1d0e79592a120f80e171 +PKG_SOURCE_VERSION:=c9a7db18b15a59b03b756d00a0a630e98d9541c5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/ifbt.git