diff options
| -rw-r--r-- | conf/distro/include/fso-autorev.inc | 2 | ||||
| -rw-r--r-- | 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 cd258640fb..fe231d6be6 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 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 |
