[oe-commits] Michael 'Mickey' Lauer : zhone2: new recipe; demo UI for FSO

git version control git at git.openembedded.org
Sat Mar 13 16:17:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 01d8a674763adb95348e45c03c5b0987285cd0a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=01d8a674763adb95348e45c03c5b0987285cd0a9

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Mar 13 17:21:05 2010 +0100

zhone2: new recipe; demo UI for FSO

---

 conf/distro/include/fso-autorev.inc  |    2 ++
 recipes/freesmartphone/zhone2_git.bb |   13 +++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index cd25864..fe231d6 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -45,3 +45,5 @@ SRCREV_pn-vala-dbus-binding-tool = "${AUTOREV}"
 SRCREV_pn-vala-native = "${AUTOREV}"
 SRCREV_pn-vala = "${AUTOREV}"
 SRCREV_pn-zhone = "${AUTOREV}"
+SRCREV_pn-zhone2 = "${AUTOREV}"
+
diff --git a/recipes/freesmartphone/zhone2_git.bb b/recipes/freesmartphone/zhone2_git.bb
new file mode 100644
index 0000000..6c1a2e6
--- /dev/null
+++ b/recipes/freesmartphone/zhone2_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A demo phone application based on FSO"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
+HOMEPAGE = "http://www.freesmartphone.org"
+SECTION = "x11"
+LICENSE = "GPLv2"
+DEPENDS = "edje-native vala-native evas ecore edje libeflvala"
+PV = "2.0.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/aurora.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/zhone2"
+
+inherit autotools_stage





More information about the Openembedded-commits mailing list