summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libfann/libfann_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libfann/libfann_git.bb')
-rw-r--r--meta-oe/recipes-support/libfann/libfann_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libfann/libfann_git.bb b/meta-oe/recipes-support/libfann/libfann_git.bb
index 40f91ac43d..00b2af3829 100644
--- a/meta-oe/recipes-support/libfann/libfann_git.bb
+++ b/meta-oe/recipes-support/libfann/libfann_git.bb
@@ -10,10 +10,8 @@ inherit cmake
10 10
11SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1" 11SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1"
12SRC_URI = "git://github.com/libfann/fann.git;branch=master;protocol=https \ 12SRC_URI = "git://github.com/libfann/fann.git;branch=master;protocol=https \
13 " 13 file://0001-allow-build-with-cmake-4.patch"
14 14
15PV = "2.2.0+git" 15PV = "2.2.0+git"
16 16
17S = "${WORKDIR}/git"
18
19EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" 17EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"