diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-16 12:09:29 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-16 12:09:29 +0100 |
commit | ceb58d469203926cd336c1e317d67273dfc670d8 (patch) | |
tree | 5f3418b5d323f75a0b0b716e02cdd6aed1998d27 /meta-moblin/packages/syncevolution | |
parent | d4d60b9ad9b3c16e1f795e8eb8c6996dca4553e7 (diff) | |
download | poky-ceb58d469203926cd336c1e317d67273dfc670d8.tar.gz |
Add syncevoltion, libsynthesis
Diffstat (limited to 'meta-moblin/packages/syncevolution')
-rw-r--r-- | meta-moblin/packages/syncevolution/syncevolution_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-moblin/packages/syncevolution/syncevolution_git.bb b/meta-moblin/packages/syncevolution/syncevolution_git.bb new file mode 100644 index 0000000000..70c786d9d7 --- /dev/null +++ b/meta-moblin/packages/syncevolution/syncevolution_git.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Data synchronization tool" | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | DEPENDS = "libsynthesis libsoup curl boost mux dbus-glib glib-2.0 libglade libunique" | ||
8 | |||
9 | EXTRA_OECONF = "--enable-gui=moblin" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit autotools_stage | ||
14 | |||
15 | do_configure_prepend () { | ||
16 | ${S}/gen-autotools.sh | ||
17 | } \ No newline at end of file | ||