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