summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/metee/metee_3.1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/metee/metee_3.1.6.bb')
-rw-r--r--recipes-bsp/metee/metee_3.1.6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/metee/metee_3.1.6.bb b/recipes-bsp/metee/metee_3.1.6.bb
index 1ac55bd6..9a4e267c 100644
--- a/recipes-bsp/metee/metee_3.1.6.bb
+++ b/recipes-bsp/metee/metee_3.1.6.bb
@@ -10,7 +10,9 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
10 10
11inherit cmake 11inherit cmake
12 12
13SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https" 13SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \
14 file://0001-Include-poll.h-instead-of-sys-poll.h.patch \
15"
14SRCREV = "0173c7b6eef327f398c16e51e5ab770390b91472" 16SRCREV = "0173c7b6eef327f398c16e51e5ab770390b91472"
15 17
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"