[oe-commits] org.oe.dev fso-image: use e-wm instead of matchbox

jluebbe commit oe at amethyst.openembedded.net
Thu Jul 10 16:34:00 UTC 2008


fso-image: use e-wm instead of matchbox

Author: jluebbe at openembedded.org
Branch: org.openembedded.dev
Revision: 478afd231213fcf731ddefac0314beee5d95b5fb
ViewMTN: http://monotone.openembedded.org/revision/info/478afd231213fcf731ddefac0314beee5d95b5fb
Files:
1
packages/freesmartphone/zhone/80zhone
packages/freesmartphone/zhone_git.bb
packages/images/fso-image.bb
Diffs:

#
# mt diff -r23077a1452ab288ffafaa4f6e984a5dd9de2f0a1 -r478afd231213fcf731ddefac0314beee5d95b5fb
#
#
#
# patch "packages/freesmartphone/zhone/80zhone"
#  from [43dab662e1e74efbb2cef5e105862517a274e13b]
#    to [6c327481cd6f37425767d829d37ba75bd4ef7490]
# 
# patch "packages/freesmartphone/zhone_git.bb"
#  from [7e10cc3a3a4d6766da632530801d16417495bbff]
#    to [a7c3f434ee7bee53eea765eab5e7cd972ac50362]
# 
# patch "packages/images/fso-image.bb"
#  from [ed48a221328cfc4e99587341b1139811a37425d9]
#    to [0145db2bc64800d30a356637950a2d66daa6b503]
#
============================================================
--- packages/freesmartphone/zhone/80zhone	43dab662e1e74efbb2cef5e105862517a274e13b
+++ packages/freesmartphone/zhone/80zhone	6c327481cd6f37425767d829d37ba75bd4ef7490
@@ -1,4 +1,4 @@
 #!/bin/sh -e
-zhone --fullscreen > /tmp/zhone.log 2>&1 &
+zhone > /tmp/zhone.log 2>&1 &
 renice -3 $!
 exit 0
============================================================
--- packages/freesmartphone/zhone_git.bb	7e10cc3a3a4d6766da632530801d16417495bbff
+++ packages/freesmartphone/zhone_git.bb	a7c3f434ee7bee53eea765eab5e7cd972ac50362
@@ -4,7 +4,7 @@ PV = "0.0.0+gitr${SRCREV}"
 DEPENDS = "edje-native python-pyrex-native python-cython-native"
 RDEPENDS = "task-python-efl python-textutils python-dbus"
 PV = "0.0.0+gitr${SRCREV}"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \
            file://80zhone"
============================================================
--- packages/images/fso-image.bb	ed48a221328cfc4e99587341b1139811a37425d9
+++ packages/images/fso-image.bb	0145db2bc64800d30a356637950a2d66daa6b503
@@ -18,7 +18,9 @@ X_INSTALL = "\
 
 # getting an X window system up
 X_INSTALL = "\
-  matchbox-wm \
+  e-wm \
+  illume \
+  illume-theme \
   ${XSERVER} \
   xserver-kdrive-common \
   xserver-nodm-init \






More information about the Openembedded-commits mailing list