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/hornsey/hornsey_git.bb | |
| 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/hornsey/hornsey_git.bb')
| -rw-r--r-- | meta-moblin/packages/hornsey/hornsey_git.bb | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/meta-moblin/packages/hornsey/hornsey_git.bb b/meta-moblin/packages/hornsey/hornsey_git.bb index 403563f7f4..df01150017 100644 --- a/meta-moblin/packages/hornsey/hornsey_git.bb +++ b/meta-moblin/packages/hornsey/hornsey_git.bb | |||
| @@ -1,15 +1,5 @@ | |||
| 1 | DESCRIPTION = "The Moblin Media Player" | 1 | require hornsey.inc |
| 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | PV = "0.0+git${SRCPV}" | ||
| 5 | PR = "r2" | ||
| 6 | |||
| 7 | DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique" | ||
| 8 | |||
| 9 | EXTRA_OECONF = "--disable-shave" | ||
| 10 | 2 | ||
| 3 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 4 | PV = "1.0+git${SRCPV}" | ||
| 11 | S = "${WORKDIR}/git" | 5 | S = "${WORKDIR}/git" |
| 12 | |||
| 13 | FILES_${PN} += "${datadir}/icons" | ||
| 14 | |||
| 15 | inherit autotools_stage | ||
