Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
meta-bc
Commits
84389597
Commit
84389597
authored
Apr 07, 2016
by
Sandrine Avakian
Browse files
Fixing flexisip build : disabling soci which is also removing mysql dependency
parent
4673a997
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
recipes-bc/flexisip/flexisip/flexisip.inc
recipes-bc/flexisip/flexisip/flexisip.inc
+10
-2
No files found.
recipes-bc/flexisip/flexisip/flexisip.inc
View file @
84389597
...
...
@@ -9,9 +9,17 @@ DEPENDS = "libsofia-sip-ua-bc libortp"
RDEPENDS_
$
{
PN
}
=
"lsb"
S
=
"${WORKDIR}/git"
EXTRA_OECONF
=
"--enable-odbc=no --enable-redis=no --enable-protobuf=no --enable-transcoder=no --enable-xsd=no"
EXTRA_OECONF
=
"--enable-odbc=no \
--enable-redis=no\
--enable-protobuf=no \
--enable-transcoder=no \
--enable-xsd=no \
--enable-snmp=no \
--enable-soci=no "
INITSCRIPT_NAME
=
"flexisip"
INITSCRIPT_PARAMS
=
"defaults"
inherit
autotools
pkgconfig
gettext
update
-
rc
.
d
inherit
autotools
pkgconfig
update
-
rc
.
d
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment