package/mraa: bump to version 2.1.0

Change the upstream URL as the project is now under Eclipse umbrella.

Remove obsolete options like IPK nad RPM and disable JSONPLAT option
that is enabled by default but requires c-json package.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Yegor Yefremov 2020-06-07 16:05:39 +02:00 committed by Thomas Petazzoni
parent 4a0257e3d9
commit 52969c0950
2 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,3 @@
# Locally calculated
sha256 e4501e6936afb426c75b7d406c1a7a27b514297f640e887de4d88a2d9687f37b mraa-0.9.1.tar.gz
sha256 04f8503394c6d01c86538a693f6990fc1debd94119954ff4eae4407fe7c60a8e COPYING
sha256 5351ce9eb654014d8ea7f43bdb2d17e6d1955536938a2ea0d467f4008e614345 mraa-2.1.0.tar.gz
sha256 fac52622ed3badd86b34857b21777ab90296d6ccbc2ac0fd457c09fdeefa9ef1 COPYING

View file

@ -4,8 +4,8 @@
#
################################################################################
MRAA_VERSION = 0.9.1
MRAA_SITE = $(call github,intel-iot-devkit,mraa,v$(MRAA_VERSION))
MRAA_VERSION = 2.1.0
MRAA_SITE = $(call github,eclipse,mraa,v$(MRAA_VERSION))
MRAA_LICENSE = MIT
MRAA_LICENSE_FILES = COPYING
MRAA_INSTALL_STAGING = YES
@ -17,8 +17,7 @@ MRAA_CONF_OPTS += \
-DBUILDSWIG=OFF \
-DUSBPLAT=OFF \
-DFTDI4222=OFF \
-DIPK=OFF \
-DRPM=OFF \
-DJSONPLAT=OFF \
-DENABLEEXAMPLES=OFF \
-DBUILDTESTS=OFF