diff options
Diffstat (limited to 'meta-oe/recipes-support/libfann/libfann_git.bb')
-rw-r--r-- | meta-oe/recipes-support/libfann/libfann_git.bb | 4 |
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 | ||
11 | SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1" | 11 | SRCREV ?= "7ec1fc7e5bd734f1d3c89b095e630e83c86b9be1" |
12 | SRC_URI = "git://github.com/libfann/fann.git;branch=master;protocol=https \ | 12 | SRC_URI = "git://github.com/libfann/fann.git;branch=master;protocol=https \ |
13 | " | 13 | file://0001-allow-build-with-cmake-4.patch" |
14 | 14 | ||
15 | PV = "2.2.0+git" | 15 | PV = "2.2.0+git" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | 17 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" |