aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWestergreen, Dalon <dalon.westergreen@intel.com>2017-03-30 17:17:13 -0700
committerWestergreen, Dalon <dalon.westergreen@intel.com>2017-03-30 17:35:57 -0700
commitd8486f172a54212742ea20bb03d3b09afe72d337 (patch)
treef0aa12612bf28191aaa7798fc3dfb80ca032f153
parent9a293641b9abf9e4fca34f46a2de781f50847da9 (diff)
downloadmeta-de10-nano-d8486f172a54212742ea20bb03d3b09afe72d337.tar.xz
MRAA de10-nano support was pulled into mainline
Moving to the mainline mraa github repository and changing the SRCREV to the current head of the master branch. Signed-off-by: Westergreen, Dalon <dalon.westergreen@intel.com> bob Signed-off-by: Westergreen, Dalon <dalon.westergreen@intel.com>
-rw-r--r--recipes-devtools/mraa/mraa_1.5.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-devtools/mraa/mraa_1.5.1.bb b/recipes-devtools/mraa/mraa_1.5.1.bb
index d2bd44b..175cef2 100644
--- a/recipes-devtools/mraa/mraa_1.5.1.bb
+++ b/recipes-devtools/mraa/mraa_1.5.1.bb
@@ -1,12 +1,10 @@
require mraa.inc
SRCREV = "6f9b470d8d25e2c8ba1586cd9d707b870ab30010"
-SRCREV_de10-nano = "81457f02c3b1bbccfc0a88be1af23335c9457da4"
-SRCREV_de0-nano = "81457f02c3b1bbccfc0a88be1af23335c9457da4"
+SRCREV_de10-nano = "5e34a5cd3be7514cca3e75971a1f271712e01d1c"
+SRCREV_de0-nano = "5e34a5cd3be7514cca3e75971a1f271712e01d1c"
SRC_URI = "git://github.com/intel-iot-devkit/mraa.git;protocol=https"
-SRC_URI_de10-nano = "git://github.com/Propanu/mraa.git;protocol=https;branch=de10-nano"
-SRC_URI_de0-nano = "git://github.com/Propanu/mraa.git;protocol=https;branch=de10-nano"
PACKAGECONFIG_de10-nano ?= "python nodejs"
PACKAGECONFIG_de0-nano ?= "python nodejs"