diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-09 13:46:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-09 13:46:31 +0000 |
commit | 7b8e1efb0dd7df800da4c6caae69e26df211305d (patch) | |
tree | 1cadff05516b4465e79d2bdf73b125419cb0b0ff | |
parent | 21c54dd674d950935cb4b93e2027c40747c27427 (diff) | |
download | poky-7b8e1efb0dd7df800da4c6caae69e26df211305d.tar.gz |
mojito: Add RDEPENDS on connman and set configure flags to match, also disable shave
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta-moblin/packages/mojito/mojito_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-moblin/packages/mojito/mojito_git.bb b/meta-moblin/packages/mojito/mojito_git.bb index 18c5c6fdb8..f0114aa2a1 100644 --- a/meta-moblin/packages/mojito/mojito_git.bb +++ b/meta-moblin/packages/mojito/mojito_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | |||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 1 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
3 | PV = "0.1+git${SRCPV}" | 2 | PV = "0.1+git${SRCPV}" |
4 | PR = "r4" | 3 | PR = "r5" |
5 | 4 | ||
6 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring" | 5 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring" |
6 | RDEPENDS_${PN} = "connman" | ||
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
@@ -14,3 +14,4 @@ FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/ | |||
14 | 14 | ||
15 | PARALLEL_MAKE = "" | 15 | PARALLEL_MAKE = "" |
16 | 16 | ||
17 | EXTRA_OECONF = "--with-online=connman --disable-shave" | ||