summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb b/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb
index 887ca5c4a3..44be5044b1 100644
--- a/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb
+++ b/meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb
@@ -50,6 +50,7 @@ EXTRA_OECMAKE = " \
50 -DCMAKE_SKIP_RPATH:BOOL=ON \ 50 -DCMAKE_SKIP_RPATH:BOOL=ON \
51 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \ 51 -DFLEX_TARGET_ARG_COMPILE_FLAGS='--noline' \
52 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \ 52 -DBISON_TARGET_ARG_COMPILE_FLAGS='--no-lines' \
53 -DTEST_TIMEOUT=600 \
53" 54"
54# INSTALL_LIBRARY_SUFFIX is relative to CMAKE_INSTALL_PREFIX 55# INSTALL_LIBRARY_SUFFIX is relative to CMAKE_INSTALL_PREFIX
55# specify it on cmd line will fix the SET bug in CMakeList.txt 56# specify it on cmd line will fix the SET bug in CMakeList.txt
@@ -125,7 +126,7 @@ FILES:${PN} += "${libdir}/${fd_pkgname}/*"
125 126
126RDEPENDS:${PN} = "glib-2.0 gnutls libidn" 127RDEPENDS:${PN} = "glib-2.0 gnutls libidn"
127RDEPENDS:${PN} += "openssl openssl-conf openssl-engines" 128RDEPENDS:${PN} += "openssl openssl-conf openssl-engines"
128RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp" 129RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp"
129RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip" 130RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip"
130RDEPENDS:${PN}-ptest = "cmake" 131RDEPENDS:${PN}-ptest = "cmake"
131 132
@@ -137,4 +138,3 @@ SYSTEMD_SERVICE:${PN} = "freediameter.service"
137SYSTEMD_AUTO_ENABLE = "disable" 138SYSTEMD_AUTO_ENABLE = "disable"
138 139
139CONFFILES:${PN} = "${sysconfdir}/freediameter.conf" 140CONFFILES:${PN} = "${sysconfdir}/freediameter.conf"
140