diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-02 14:24:21 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-04 23:05:17 +0100 |
commit | a25e703c100a7b4e29198f8e48556c8ece404ac3 (patch) | |
tree | 34c86abd4ee6301d57758171132288890daf6b8a /meta-moblin/packages/mojito/mojito_git.bb | |
parent | 1a21e6e2d5a00238c7f9f61315f4aca3659863bc (diff) | |
download | poky-a25e703c100a7b4e29198f8e48556c8ece404ac3.tar.gz |
mojito: Fix gconf name typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/mojito/mojito_git.bb')
-rw-r--r-- | meta-moblin/packages/mojito/mojito_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-moblin/packages/mojito/mojito_git.bb b/meta-moblin/packages/mojito/mojito_git.bb index b29aaed33d..cc08737f55 100644 --- a/meta-moblin/packages/mojito/mojito_git.bb +++ b/meta-moblin/packages/mojito/mojito_git.bb | |||
@@ -1,7 +1,7 @@ | |||
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 = "r2" | 4 | PR = "r3" |
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 sqlite3 gnome-keyring" |
7 | 7 | ||
@@ -23,7 +23,7 @@ fi | |||
23 | . ${sysconfdir}/init.d/functions | 23 | . ${sysconfdir}/init.d/functions |
24 | 24 | ||
25 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string -s /apps/mojito/sources/flickr/user 34402200@N07 | 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.default --direct --type string -s /apps/mojito/sources/twitter/user ross@linux.intel.com | 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 | 27 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string -s /apps/mojito/sources/twitter/password password |
28 | 28 | ||
29 | } | 29 | } |