diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 19:35:40 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-16 19:35:40 +0100 |
| commit | 4519a40baba8217372c5f7a87c565d817566f371 (patch) | |
| tree | b4ad45faac082187efbdf7aeed9e0f6665352926 /meta | |
| parent | 8f66ea06d48b5bf611ad1ddbd046480f1c73ab19 (diff) | |
| download | poky-4519a40baba8217372c5f7a87c565d817566f371.tar.gz | |
connman-gnome: Add
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/connman/connman-gnome_git.bb | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/meta/packages/connman/connman-gnome_git.bb b/meta/packages/connman/connman-gnome_git.bb index 59c5675b33..fa86a51c58 100644 --- a/meta/packages/connman/connman-gnome_git.bb +++ b/meta/packages/connman/connman-gnome_git.bb | |||
| @@ -1,16 +1,8 @@ | |||
| 1 | HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" | ||
| 2 | SUMMARY = "Moblin Glib D-Bus integration" | ||
| 3 | LICENSE = "GPL LGPL" | ||
| 4 | PV = "0.0+git${SRCREV}" | ||
| 5 | S = "${WORKDIR}/git" | ||
| 6 | 1 | ||
| 7 | RDEPENDS = "connman" | 2 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git" |
| 3 | PV = "0.0+git${SRCREV}" | ||
| 4 | PR = "r0" | ||
| 8 | 5 | ||
| 9 | SRC_URI = "git://moblin.org/repos/projects/connman-gnome.git;protocol=http" | 6 | S = "${WORKDIR}/git" |
| 10 | 7 | ||
| 11 | inherit autotools pkgconfig | 8 | inherit autotools_stage |
| 12 | |||
| 13 | FILES_${PN} = "${datadir}/icons/hicolor/22x22/apps \ | ||
| 14 | ${bindir}/* \ | ||
| 15 | ${top_builddir}/common \ | ||
| 16 | ${sysconfdir}/xdg " | ||
