diff options
Diffstat (limited to 'meta-moblin')
| -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" | ||
