diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-05-15 18:11:35 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-05-15 18:11:35 +0000 |
commit | 6a1986e109e76130b5b908151bcc5a46c8f1adea (patch) | |
tree | 0003de658d2f2ba00a0ce314a041361c499ba893 /packages/freesmartphone/zhone_git.bb | |
parent | 03c519ef61584814951f1d8574b6efe2f4eefe9e (diff) |
add zhone
Diffstat (limited to 'packages/freesmartphone/zhone_git.bb')
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb new file mode 100644 index 0000000000..7fe6742069 --- /dev/null +++ b/packages/freesmartphone/zhone_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Zhone: Zen Phone" +LICENSE = "GPL" +SECTION = "x11" +DEPENDS = "edje-native" +RDEPENDS = "task-python-efl python-textutils" +PV = "0.0.0+gitr${SRCREV}" + +SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit autotools + +FILES_${PN} += "${datadir}" |