[oe-commits] org.oe.dev illume: add untested recipe that isn't likely to work (this one does need RDEPENDS)

koen commit oe at amethyst.openembedded.net
Wed Mar 19 09:40:16 UTC 2008


illume: add untested recipe that isn't likely to work (this one does need RDEPENDS)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 299687c8fe50acf2400ce1512ad26eeed7c7a6cc
ViewMTN: http://monotone.openembedded.org/revision/info/299687c8fe50acf2400ce1512ad26eeed7c7a6cc
Files:
1
packages/openmoko-projects/illume_svn.bb
conf/distro/include/sane-srcrevs.inc
Diffs:

#
# mt diff -rdf4bff9c61ad709bcae8c67aaf079e3d015679cf -r299687c8fe50acf2400ce1512ad26eeed7c7a6cc
#
#
#
# add_file "packages/openmoko-projects/illume_svn.bb"
#  content [f7eb5ae4a849811e291f67ea6bf34f9996a1a6b6]
# 
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [a9e647064c448b102b620dda1bd552ba52495566]
#    to [4776533690280f65381ecc211b3dd203c191f919]
#
============================================================
--- packages/openmoko-projects/illume_svn.bb	f7eb5ae4a849811e291f67ea6bf34f9996a1a6b6
+++ packages/openmoko-projects/illume_svn.bb	f7eb5ae4a849811e291f67ea6bf34f9996a1a6b6
@@ -0,0 +1,30 @@
+DESCRIPTION = "Illume - Mobile UI module for Enlightenment"
+HOMEPAGE = "http://illume.projects.openmoko.org/"
+LICENSE = "MIT/BSD"
+
+DEPENDS = "e eet evas ecore edje embryo efreet edbus edje-native embryo-native"
+
+PV = "0.0+svn${SRCREV}"
+
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=${PN};proto=https"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
+                --x-libraries=${STAGING_LIBDIR} \
+		--enable-simple-x11 \
+                --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+
+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/*/*/*"
+
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
============================================================
--- conf/distro/include/sane-srcrevs.inc	a9e647064c448b102b620dda1bd552ba52495566
+++ conf/distro/include/sane-srcrevs.inc	4776533690280f65381ecc211b3dd203c191f919
@@ -38,6 +38,7 @@ SRCREV_pn-hildon-1 ?= "14429"
 SRCREV_pn-gtkhtml2 ?= "1158"
 SRCREV_pn-gypsy ?= "134"
 SRCREV_pn-hildon-1 ?= "14429"
+SRCREV_pn-illume ?= "14"
 SRCREV_pn-kismet ?= "2285"
 SRCREV_pn-kismet-newcore ?= "2285"
 SRCREV_pn-libcalenabler2 ?= "1410"






More information about the Openembedded-commits mailing list