diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-03 17:58:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-03 17:58:48 +0000 |
commit | 0d2156181bdc551b54bb916e4b56a11a9917fb57 (patch) | |
tree | a1d08a4a14bd6389ecf0c2b612f98f77a6cba644 /packages | |
parent | 5b84c61ca405f8002bf053a60c22ff8cd66bfd1d (diff) | |
parent | 403e16fa076f702a357c12df00a7c2637b9b9c24 (diff) |
merge of '1c73904856884cc56a3b02b8110c11919575b238'
and 'a422dee552d817f3e19c622778fb2321caa93c94'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index c9411a58c3..a766eb1ab5 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -1,16 +1,16 @@ DESCRIPTION = "Zhone: Zen Phone" LICENSE = "GPL" SECTION = "x11" -DEPENDS = "edje-native" +DEPENDS = "edje-native python-pyrex-native python-cython-native" RDEPENDS = "task-python-efl python-textutils python-dbus" PV = "0.0.0+gitr${SRCREV}" -PR = "r5" +PR = "r6" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" S = "${WORKDIR}/git" -inherit autotools +inherit distutils do_install_append() { install -d ${D}${sysconfdir}/X11/Xsession.d/ @@ -18,6 +18,3 @@ do_install_append() { } FILES_${PN} += "${datadir} ${sysconfdir}" - -PACKAGE_ARCH = "all" - |