diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 17:07:59 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 17:07:59 +0000 |
| commit | 6baeede3c611e3301fa865bf38bf49bb3b0f8a3a (patch) | |
| tree | ee59e70e1d6e0ab4c0854a722bc919f9a4185f6e /meta-moblin/packages/bisho | |
| parent | 3fce6c2d7ef5e9ca5bb902b11b1bda3199cc85be (diff) | |
| download | poky-6baeede3c611e3301fa865bf38bf49bb3b0f8a3a.tar.gz | |
meta-moblin: Update to Moblin 2.1 released versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/bisho')
| -rw-r--r-- | meta-moblin/packages/bisho/bisho.inc | 9 | ||||
| -rw-r--r-- | meta-moblin/packages/bisho/bisho_0.17.1.bb | 1 | ||||
| -rw-r--r-- | meta-moblin/packages/bisho/bisho_git.bb | 14 |
3 files changed, 13 insertions, 11 deletions
diff --git a/meta-moblin/packages/bisho/bisho.inc b/meta-moblin/packages/bisho/bisho.inc new file mode 100644 index 0000000000..c2f6617f4d --- /dev/null +++ b/meta-moblin/packages/bisho/bisho.inc | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | DESCRIPTION = "Web Services Settings" | ||
| 2 | SRC_URI = "http://download.moblin.org/sources/bisho/0.17/bisho-0.17.1.tar.bz2" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | |||
| 5 | DEPENDS = "gtk+ mojito nbtk" | ||
| 6 | |||
| 7 | inherit autotools_stage | ||
| 8 | |||
| 9 | FILES_${PN} += "${datadir}/icons/" | ||
diff --git a/meta-moblin/packages/bisho/bisho_0.17.1.bb b/meta-moblin/packages/bisho/bisho_0.17.1.bb new file mode 100644 index 0000000000..e483da5d79 --- /dev/null +++ b/meta-moblin/packages/bisho/bisho_0.17.1.bb | |||
| @@ -0,0 +1 @@ | |||
| require bisho.inc | |||
diff --git a/meta-moblin/packages/bisho/bisho_git.bb b/meta-moblin/packages/bisho/bisho_git.bb index 383d49e43b..21a2e7afc7 100644 --- a/meta-moblin/packages/bisho/bisho_git.bb +++ b/meta-moblin/packages/bisho/bisho_git.bb | |||
| @@ -1,13 +1,5 @@ | |||
| 1 | DESCRIPTION = "Web Services Settings" | 1 | require bisho.inc |
| 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | PV = "0.0+git${SRCPV}" | ||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | DEPENDS = "gtk+ mojito nbtk" | ||
| 8 | 2 | ||
| 3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 4 | PV = "0.17.1+git${SRCPV}" | ||
| 9 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
| 10 | |||
| 11 | inherit autotools_stage | ||
| 12 | |||
| 13 | FILES_${PN} += "${datadir}/icons/" | ||
