summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono/ofono_1.31.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/ofono/ofono_1.31.bb')
-rw-r--r--meta/recipes-connectivity/ofono/ofono_1.31.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.31.bb b/meta/recipes-connectivity/ofono/ofono_1.31.bb
index 7d0976ad7f..2425ef76a6 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.31.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.31.bb
@@ -11,6 +11,7 @@ SRC_URI = "\
11 ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ 11 ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
12 file://ofono \ 12 file://ofono \
13 file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \ 13 file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \
14 file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch \
14" 15"
15SRC_URI[md5sum] = "1c26340e3c6ed132cc812595081bb3dc" 16SRC_URI[md5sum] = "1c26340e3c6ed132cc812595081bb3dc"
16SRC_URI[sha256sum] = "a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b" 17SRC_URI[sha256sum] = "a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b"
@@ -30,9 +31,14 @@ PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5"
30 31
31EXTRA_OECONF += "--enable-test --enable-external-ell" 32EXTRA_OECONF += "--enable-test --enable-external-ell"
32 33
34do_configure_prepend() {
35 bbnote "Removing bundled ell from ${S}/ell to prevent including it"
36 rm -rf ${S}/ell
37}
38
33do_install_append() { 39do_install_append() {
34 install -d ${D}${sysconfdir}/init.d/ 40 install -d ${D}${sysconfdir}/init.d/
35 install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono 41 install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono
36} 42}
37 43
38PACKAGES =+ "${PN}-tests" 44PACKAGES =+ "${PN}-tests"