diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-15 12:07:01 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-15 12:07:01 +0000 |
commit | 6bc082d7ab93d72420be760a9ada2559f1d1e7ba (patch) | |
tree | 6c46f0fc0715e99b7d3630f6304eefd9f5a9b2fd /packages/freesmartphone | |
parent | 899f1198e092fc151f4373c961d21d2f15e285f2 (diff) |
zhone: debug to /tmp/zhone.log for now, fix PACKAGE_ARCH
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/zhone/80zhone | 2 | ||||
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/freesmartphone/zhone/80zhone b/packages/freesmartphone/zhone/80zhone index 4a698007b8..90a1e95b39 100644 --- a/packages/freesmartphone/zhone/80zhone +++ b/packages/freesmartphone/zhone/80zhone @@ -1,4 +1,4 @@ #!/bin/sh -e -zhone --fullscreen > /dev/null 2>&1 & +zhone --fullscreen > /tmp/zhone.log 2>&1 & renice -3 $! exit 0 diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 513b06f35a..c9411a58c3 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -4,7 +4,7 @@ SECTION = "x11" DEPENDS = "edje-native" RDEPENDS = "task-python-efl python-textutils python-dbus" PV = "0.0.0+gitr${SRCREV}" -PR = "r4" +PR = "r5" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ file://80zhone" @@ -19,5 +19,5 @@ do_install_append() { FILES_${PN} += "${datadir} ${sysconfdir}" -PACKAGE_ARCH = "${MACHINE_ARCH}" +PACKAGE_ARCH = "all" |