diff options
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.10.bb b/meta/recipes-connectivity/ofono/ofono_1.10.bb index 1aa137f17f..d150961be4 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.10.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.10.bb | |||
@@ -4,7 +4,7 @@ SRC_URI = "\ | |||
4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ | 4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ |
5 | file://ofono \ | 5 | file://ofono \ |
6 | " | 6 | " |
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696" | 9 | SRC_URI[md5sum] = "dab284efb8cc4143d6f53d0fcc37b696" |
10 | SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5" | 10 | SRC_URI[sha256sum] = "e7931ac0dbe165eb0e16a38b7cb4acca59b704f356ec13583d58027135e3efa5" |
@@ -14,4 +14,4 @@ EXTRA_OECONF += "\ | |||
14 | --enable-test \ | 14 | --enable-test \ |
15 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ | 15 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ |
16 | " | 16 | " |
17 | 17 | CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" | |