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 | |
parent | 3fce6c2d7ef5e9ca5bb902b11b1bda3199cc85be (diff) | |
download | openembedded-core-6baeede3c611e3301fa865bf38bf49bb3b0f8a3a.tar.gz openembedded-core-6baeede3c611e3301fa865bf38bf49bb3b0f8a3a.tar.bz2 openembedded-core-6baeede3c611e3301fa865bf38bf49bb3b0f8a3a.zip |
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')
-rw-r--r-- | meta-moblin/packages/hornsey/hornsey.inc | 13 | ||||
-rw-r--r-- | meta-moblin/packages/hornsey/hornsey_1.0.bb | 3 | ||||
-rw-r--r-- | meta-moblin/packages/hornsey/hornsey_git.bb | 16 |
3 files changed, 19 insertions, 13 deletions
diff --git a/meta-moblin/packages/hornsey/hornsey.inc b/meta-moblin/packages/hornsey/hornsey.inc new file mode 100644 index 0000000000..a987381900 --- /dev/null +++ b/meta-moblin/packages/hornsey/hornsey.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "The Moblin Media Player" +SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" +LICENSE = "LGPLv2.1" + +SRC_URI = "http://download.moblin.org/sources/hornsey/1.0/hornsey-1.0_20091116.tar.bz2" + +DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique" + +EXTRA_OECONF = "--disable-shave" + +FILES_${PN} += "${datadir}/icons" + +inherit autotools_stage diff --git a/meta-moblin/packages/hornsey/hornsey_1.0.bb b/meta-moblin/packages/hornsey/hornsey_1.0.bb new file mode 100644 index 0000000000..0eca9f2fbc --- /dev/null +++ b/meta-moblin/packages/hornsey/hornsey_1.0.bb @@ -0,0 +1,3 @@ +require hornsey.inc + +S = "${WORKDIR}/${PN}-${PV}_20091116"
\ No newline at end of file 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 @@ -DESCRIPTION = "The Moblin Media Player" -SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" -LICENSE = "LGPLv2.1" -PV = "0.0+git${SRCPV}" -PR = "r2" - -DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique" - -EXTRA_OECONF = "--disable-shave" +require hornsey.inc +SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" +PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" - -FILES_${PN} += "${datadir}/icons" - -inherit autotools_stage |