summaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/zhone_git.bb
blob: 86327bd8a393caec193a73f4971bf57571a01ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DESCRIPTION = "A phone UI based on the freesmartphone.org framework"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "edje-native python-pyrex-native python-cython-native"
SRCREV = "bd1e895f73a0e5beb2608ebe111d7ef32ee3adbc"
PV = "0.0.2+gitr${SRCPV}"
PE = "1"
PR = "r13"

SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \
           file://80zhone"
S = "${WORKDIR}/git"

inherit distutils

do_install_append() {
	install -d ${D}${sysconfdir}/X11/Xsession.d/
	install -m 0755 ${WORKDIR}/80zhone ${D}${sysconfdir}/X11/Xsession.d/
}

FILES_${PN} += "${datadir} ${sysconfdir}"

RDEPENDS_${PN} = "\
  python-edbus \
  python-edje \
  python-ecore \
  python-logging \
  python-textutils \
  python-dbus \
  python-pycairo \
"