diff options
| -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 | } | ||
