diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:27 +0000 |
| commit | 03ab499a0546b7b98e3496223a8d1d18d3305564 (patch) | |
| tree | 74ceaa006f5f62ff93d99b5bef8f727c955b6ae2 /meta/recipes-connectivity/connman/connman_1.26.bb | |
| parent | 55a45864ead1a47b144b3c4583e82c086700d16f (diff) | |
| download | poky-03ab499a0546b7b98e3496223a8d1d18d3305564.tar.gz | |
connman: fix B != S
And bump the PR to avoid:
configure: error: source directory already configured; run "make distclean" there first
(From OE-Core rev: 38aa1ef57392fcb726fcdd0b708b9d76f0279c77)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.26.bb')
| -rw-r--r-- | meta/recipes-connectivity/connman/connman_1.26.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.26.bb b/meta/recipes-connectivity/connman/connman_1.26.bb index b93f1cd6c3..7c0c4f7863 100644 --- a/meta/recipes-connectivity/connman/connman_1.26.bb +++ b/meta/recipes-connectivity/connman/connman_1.26.bb | |||
| @@ -9,3 +9,5 @@ SRC_URI[md5sum] = "ba05b110b7c81e5fa14e8b402ef37a9e" | |||
| 9 | SRC_URI[sha256sum] = "7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a" | 9 | SRC_URI[sha256sum] = "7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a" |
| 10 | 10 | ||
| 11 | RRECOMMENDS_${PN} = "connman-conf" | 11 | RRECOMMENDS_${PN} = "connman-conf" |
| 12 | |||
| 13 | PR = "r1" | ||
