From: Hirokazu MORIKAWA Date: Tue, 27 Apr 2021 02:07:04 +0000 (+0900) Subject: libmraa: Disable node.js support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b6bb8a62a577cbda00abfe7769ac4cd55ad95e49;p=feed%2Fpackages.git libmraa: Disable node.js support Library for node.js will be disabled temporarily due to difficulty in supporting the latest node.js. Signed-off-by: Hirokazu MORIKAWA --- diff --git a/libs/libmraa/Makefile b/libs/libmraa/Makefile index 54b5b33bb5..766135386f 100644 --- a/libs/libmraa/Makefile +++ b/libs/libmraa/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmraa PKG_VERSION:=2.2.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/eclipse/mraa/tar.gz/v$(PKG_VERSION)? @@ -20,7 +20,7 @@ PKG_MAINTAINER:=John Crispin , Hirokazu MORIKAWA