From d7da261f228a694699f9ef66a1d5a200a335a141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20L=C3=BCbbe?= Date: Sat, 17 May 2008 11:05:45 +0000 Subject: freesmartphone: add a fso-image and fix bb-files --- packages/freesmartphone/zhone_git.bb | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'packages/freesmartphone/zhone_git.bb') diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 7fe6742069..419ee7a3e3 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -4,10 +4,26 @@ SECTION = "x11" DEPENDS = "edje-native" RDEPENDS = "task-python-efl python-textutils" PV = "0.0.0+gitr${SRCREV}" +PR = "r3" -SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master" +SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ + file://80zhone" S = "${WORKDIR}/git" inherit autotools -FILES_${PN} += "${datadir}" +RDEPENDS_${PN} += "\ + python-dbus \ +" + +do_install_append() { + install -d ${D}${sysconfdir}/X11/Xsession.d/ + install -m 0755 ${WORKDIR}/80zhone ${D}${sysconfdir}/X11/Xsession.d/ +} + +FILES_${PN} += "${datadir} ${sysconfdir}" + +RCONFLICTS = "openmoko-session2" +RREPLACES = "openmoko-session2" +PACKAGE_ARCH = "${MACHINE_ARCH}" + -- cgit v1.2.3