[oe-commits] org.oe.dev illume_svn.bb : update from OM mtn

xora commit oe at amethyst.openembedded.net
Fri May 9 15:30:29 UTC 2008


illume_svn.bb : update from OM mtn

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 471eef0dd55e52c8e89d42f17ff7a3c920452d9f
ViewMTN: http://monotone.openembedded.org/revision/info/471eef0dd55e52c8e89d42f17ff7a3c920452d9f
Files:
1
packages/openmoko-projects/illume/illume-fix-includes.patch
packages/openmoko-projects/illume_svn.bb
Diffs:

#
# mt diff -r1669dd83091cd9f6730fec62d97cb7596f42de17 -r471eef0dd55e52c8e89d42f17ff7a3c920452d9f
#
#
#
# delete "packages/openmoko-projects/illume/illume-fix-includes.patch"
# 
# patch "packages/openmoko-projects/illume_svn.bb"
#  from [c0608172fae13bd898686c009658f6f8179e9c46]
#    to [41d78bc73011aab120638b3ff084513fbbeeeb4e]
#
============================================================
--- packages/openmoko-projects/illume_svn.bb	c0608172fae13bd898686c009658f6f8179e9c46
+++ packages/openmoko-projects/illume_svn.bb	41d78bc73011aab120638b3ff084513fbbeeeb4e
@@ -1,14 +1,13 @@ LICENSE = "MIT/BSD"
 DESCRIPTION = "Illume - Mobile UI module for Enlightenment"
 HOMEPAGE = "http://illume.projects.openmoko.org/"
 LICENSE = "MIT/BSD"
-
 DEPENDS = "e-wm eet evas ecore edje embryo efreet edbus edje-native embryo-native"
-
+RRECOMMENDS = "wamerican"
 PV = "0.0+svnr${SRCREV}"
-PR = "r1"
+PR = "r3"
 
 SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=${PN};proto=https \
-	   file://illume-fix-includes.patch;patch=1;pnum=0;minrev=14"
+           file://keyboard.patch;patch=1;pnum=0;minrev=17;maxrev=20"
 
 S = "${WORKDIR}/${PN}"
 
@@ -16,18 +15,11 @@ EXTRA_OECONF = "--x-includes=${STAGING_I
 
 EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
                 --x-libraries=${STAGING_LIBDIR} \
-		--enable-simple-x11 \
+                --enable-simple-x11 \
                 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
 
-export CFLAGS += "-DE_TYPEDEFS=1"
-
-do_configure_append() {
-  find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
-  find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
-}
-
 FILES_${PN} = "${libdir}/enlightenment/modules/*/*.edj \
                ${libdir}/enlightenment/modules/*/*.desktop \
-               ${libdir}/enlightenment/modules/*/*/*"
-
+               ${libdir}/enlightenment/modules/*/*/* \
+               ${datadir}/${PN} "
 FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"






More information about the Openembedded-commits mailing list