summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/umip/umip_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/umip/umip_1.0.bb')
-rw-r--r--meta-oe/recipes-connectivity/umip/umip_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index cee44f6c76..e2abc02ce7 100644
--- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
+++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://umip.org/"
7SECTION = "System Environment/Base" 7SECTION = "System Environment/Base"
8LICENSE = "GPLv2" 8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33" 9LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33"
10DEPENDS = "openssl10 ipsec-tools radvd indent-native bison-native" 10DEPENDS = "openssl ipsec-tools radvd indent-native bison-native"
11 11
12SRC_URI = "git://git.umip.org/umip/umip.git \ 12SRC_URI = "git://git.umip.org/umip/umip.git \
13 file://add-dependency-to-support-parallel-compilation.patch \ 13 file://add-dependency-to-support-parallel-compilation.patch \
@@ -16,6 +16,7 @@ SRC_URI = "git://git.umip.org/umip/umip.git \
16 file://0001-Add-format-string-to-fprintf-call.patch \ 16 file://0001-Add-format-string-to-fprintf-call.patch \
17 file://0001-replace-SIGCLD-with-SIGCHLD-and-include-sys-types.h.patch \ 17 file://0001-replace-SIGCLD-with-SIGCHLD-and-include-sys-types.h.patch \
18 file://0002-replace-PTHREAD_MUTEX_FAST_NP-with-PTHREAD_MUTEX_NOR.patch \ 18 file://0002-replace-PTHREAD_MUTEX_FAST_NP-with-PTHREAD_MUTEX_NOR.patch \
19 file://0001-support-openssl-1.1.x.patch \
19 " 20 "
20SRCREV = "cbd441c5db719db554ff2b4fcb02fef88ae2f791" 21SRCREV = "cbd441c5db719db554ff2b4fcb02fef88ae2f791"
21 22