diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-13 17:21:05 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-13 17:21:29 +0100 |
commit | 01d8a674763adb95348e45c03c5b0987285cd0a9 (patch) | |
tree | 4f45e50016520e9016884cda464cb142dee3ba06 /recipes | |
parent | e59a08839ee428f7548ff4e6eb01ebb64f2cd6ee (diff) |
zhone2: new recipe; demo UI for FSO
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/zhone2_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/freesmartphone/zhone2_git.bb b/recipes/freesmartphone/zhone2_git.bb new file mode 100644 index 0000000000..6c1a2e6e68 --- /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@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 |