diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-09 11:51:44 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-09 11:51:44 +0100 |
commit | c676e8106eaf776cd3fb66cb96f9a78b5e1bc5ac (patch) | |
tree | 616dbc644299ea1afefe1bc9f766d7ecf13a4ba7 /meta-moblin/packages | |
parent | f1619b3567027956fc452fa421f1b96ffcdedbcb (diff) | |
download | poky-c676e8106eaf776cd3fb66cb96f9a78b5e1bc5ac.tar.gz |
mojito: Drop unneeded gconf keys and remove undeeded sqlite3 dependency
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages')
-rw-r--r-- | meta-moblin/packages/mojito/mojito_git.bb | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/meta-moblin/packages/mojito/mojito_git.bb b/meta-moblin/packages/mojito/mojito_git.bb index cc08737f55..2c34d1970b 100644 --- a/meta-moblin/packages/mojito/mojito_git.bb +++ b/meta-moblin/packages/mojito/mojito_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | 1 | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" |
3 | PV = "0.0+git${SRCREV}" | 3 | PV = "0.0+git${SRCREV}" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib sqlite3 gnome-keyring" | 6 | DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
@@ -14,16 +14,3 @@ FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/ | |||
14 | 14 | ||
15 | PARALLEL_MAKE = "" | 15 | PARALLEL_MAKE = "" |
16 | 16 | ||
17 | pkg_postinst_${PN} () { | ||
18 | #!/bin/sh -e | ||
19 | if [ "x$D" != "x" ]; then | ||
20 | exit 1 | ||
21 | fi | ||
22 | |||
23 | . ${sysconfdir}/init.d/functions | ||
24 | |||
25 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string -s /apps/mojito/sources/flickr/user 34402200@N07 | ||
26 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string -s /apps/mojito/sources/twitter/user ross@linux.intel.com | ||
27 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string -s /apps/mojito/sources/twitter/password password | ||
28 | |||
29 | } | ||