summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/hornsey
diff options
context:
space:
mode:
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 000000000..a98738190
--- /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 000000000..0eca9f2fb
--- /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 403563f7f..df0115001 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