aboutsummaryrefslogtreecommitdiff
path: root/libs/libmraa/patches/0001-base.patch
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2018-05-23 14:30:29 -0300
committerEneas U de Queiroz <cote2004-github@yahoo.com>2018-05-23 14:30:29 -0300
commit420b203af6db4042c49e5f6f09ab78139185f549 (patch)
treea795fff07161011bf057c6705804d26cfe19eadc /libs/libmraa/patches/0001-base.patch
parentd9e9b59159309449df7a7a6d4ab87980dc16eac2 (diff)
libmraa: Upgrade to version 0.9.0
This version is compatible with the version of node currently in use. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'libs/libmraa/patches/0001-base.patch')
-rw-r--r--libs/libmraa/patches/0001-base.patch12
1 files changed, 3 insertions, 9 deletions
diff --git a/libs/libmraa/patches/0001-base.patch b/libs/libmraa/patches/0001-base.patch
index 5094389f4..9b36ea3c6 100644
--- a/libs/libmraa/patches/0001-base.patch
+++ b/libs/libmraa/patches/0001-base.patch
@@ -1,9 +1,3 @@
-From 6fecad819376442d057bdd35a0909cfac9df02f5 Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Thu, 23 Jul 2015 12:18:39 +0200
-Subject: [PATCH 1/4] base
-
----
CMakeLists.txt | 10 ++++------
api/mraa/types.h | 1 +
include/mraa_internal.h | 7 +++++++
@@ -21,11 +15,11 @@ Subject: [PATCH 1/4] base
# Make a version file containing the current version from git.
-include (GetGitRevisionDescription)
-git_describe (VERSION "--tags")
--if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND")
+-if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND")
- message (WARNING " - Install git to compile a production libmraa!")
-- set (VERSION "v0.8.0-dirty")
+- set (VERSION "v0.8.1-dirty")
-endif ()
-+set (VERSION "v0.8.0")
++set (VERSION "v0.9.0")
message (INFO " - libmraa Version ${VERSION}")