summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/hornsey
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-01-13 17:07:59 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-01-13 17:07:59 +0000
commit6baeede3c611e3301fa865bf38bf49bb3b0f8a3a (patch)
treeee59e70e1d6e0ab4c0854a722bc919f9a4185f6e /meta-moblin/packages/hornsey
parent3fce6c2d7ef5e9ca5bb902b11b1bda3199cc85be (diff)
downloadpoky-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')
-rw-r--r--meta-moblin/packages/hornsey/hornsey.inc13
-rw-r--r--meta-moblin/packages/hornsey/hornsey_1.0.bb3
-rw-r--r--meta-moblin/packages/hornsey/hornsey_git.bb16
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 @@
1DESCRIPTION = "The Moblin Media Player"
2SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
3LICENSE = "LGPLv2.1"
4
5SRC_URI = "http://download.moblin.org/sources/hornsey/1.0/hornsey-1.0_20091116.tar.bz2"
6
7DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique"
8
9EXTRA_OECONF = "--disable-shave"
10
11FILES_${PN} += "${datadir}/icons"
12
13inherit 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 @@
1require hornsey.inc
2
3S = "${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 @@
1DESCRIPTION = "The Moblin Media Player" 1require hornsey.inc
2SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
3LICENSE = "LGPLv2.1"
4PV = "0.0+git${SRCPV}"
5PR = "r2"
6
7DEPENDS = "clutter-1.0 clutter-gtk clutter-gst bickley bognor-regis nbtk startup-notification libunique"
8
9EXTRA_OECONF = "--disable-shave"
10 2
3SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
4PV = "1.0+git${SRCPV}"
11S = "${WORKDIR}/git" 5S = "${WORKDIR}/git"
12
13FILES_${PN} += "${datadir}/icons"
14
15inherit autotools_stage