diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-05-15 18:12:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-05-15 18:12:20 +0000 |
commit | cdae4c0d753b265ab2a0462a6b42b9195d5c331c (patch) | |
tree | 445f98e88f24b99fc90b1773d6691cc990acaf52 /packages/freesmartphone/zhone_git.bb | |
parent | 5384da8d9f6a9323eeb30b4110b1deb277f23912 (diff) | |
parent | 6a1986e109e76130b5b908151bcc5a46c8f1adea (diff) |
merge of '23febe44719cb1ea7557c584ce7c762da82df4d5'
and '5fdefb8b4b08bb2ea1670328ae0c67e3d5335805'
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}" |