Skip to content

Commit

Permalink
Merge pull request #106 from siemens/jan/fixes
Browse files Browse the repository at this point in the history
connman fix, ofono update
  • Loading branch information
BaochengSu authored Nov 5, 2018
2 parents 1b74e27 + d49d5da commit 1276e31
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ SRC_URI += " \
file://settings"

do_install_append() {
sed -i 's/\(DESC="Connection Manager"\)/\0\n\nexport GNUTLS_NO_EXPLICIT_INIT=1/' \
${D}/etc/init.d/connman
sed -e 's/\(DESC="Connection Manager"\)/\0\n\nexport GNUTLS_NO_EXPLICIT_INIT=1/' \
-e 's/\(EXTRA_PARAM=\)""$/\1"--nodnsproxy"/' \
-i ${D}/etc/init.d/connman

install -d ${D}/etc/connman
install -m 0644 ${WORKDIR}/main.conf ${D}/etc/connman/main.conf
Expand Down
13 changes: 13 additions & 0 deletions meta-iot2000-example/recipes-connectivity/ofono/ofono_1.26.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FILESEXTRAPATHS_prepend := "${COREBASE}/meta/recipes-connectivity/ofono/ofono:"

require recipes-connectivity/ofono/ofono.inc

SRC_URI = "\
${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
file://ofono \
"
SRC_URI[md5sum] = "997b2c6ac56fd54b6b797435f0bbca51"
SRC_URI[sha256sum] = "92e18c20c889addda648aefbb5e3ab1238007d88b18449f407a96533afe18026"

# something is fishy with the 1.26 parallel build...
PARALLEL_MAKE = ""

0 comments on commit 1276e31

Please sign in to comment.