diff options
| -rw-r--r-- | meta-networking/recipes-protocols/freediameter/freediameter_1.6.0.bb | 4 |
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 | ||
| 126 | RDEPENDS:${PN} = "glib-2.0 gnutls libidn" | 127 | RDEPENDS:${PN} = "glib-2.0 gnutls libidn" |
| 127 | RDEPENDS:${PN} += "openssl openssl-conf openssl-engines" | 128 | RDEPENDS:${PN} += "openssl openssl-conf openssl-engines" |
| 128 | RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp" | 129 | RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp" |
| 129 | RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip" | 130 | RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip" |
| 130 | RDEPENDS:${PN}-ptest = "cmake" | 131 | RDEPENDS:${PN}-ptest = "cmake" |
| 131 | 132 | ||
| @@ -137,4 +138,3 @@ SYSTEMD_SERVICE:${PN} = "freediameter.service" | |||
| 137 | SYSTEMD_AUTO_ENABLE = "disable" | 138 | SYSTEMD_AUTO_ENABLE = "disable" |
| 138 | 139 | ||
| 139 | CONFFILES:${PN} = "${sysconfdir}/freediameter.conf" | 140 | CONFFILES:${PN} = "${sysconfdir}/freediameter.conf" |
| 140 | |||
