diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-01-14 05:49:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-14 05:49:09 +0000 |
commit | 15089be4e934cc16b5f2553875118f7a54874dc8 (patch) | |
tree | bc5405a42a1fd74ded295392804a3f2b8a5fe60d /packages/efl/e_20060101.bb | |
parent | e523c03092fc6cfeda92b045a4d188b328267930 (diff) |
efl, e17: update to newest versions, add CVS versions for all
- switch to thinktux CVS mirror
- move from CVS/SRCDATE to date parameter in cvs URI
- entrance and e-wm currently fail compiling
Diffstat (limited to 'packages/efl/e_20060101.bb')
-rw-r--r-- | packages/efl/e_20060101.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/efl/e_20060101.bb b/packages/efl/e_20060101.bb new file mode 100644 index 0000000000..495b647101 --- /dev/null +++ b/packages/efl/e_20060101.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "Enlightenment Window Mananger Library" +DEPENDS = "virtual/evas virtual/ecore edje eet embryo" +LICENSE = "MIT" +PR = "r1" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/e;date=${PV} \ + file://fix-configure.patch;patch=1" +S = "${WORKDIR}/e" + +PROFILE = "LORES_PDA" +PROFILE_c7x0 = "HIRES_PDA" +PROFILE_tosa = "HIRES_PDA" +PROFILE_spitz = "HIRES_PDA" +PROFILE_akita = "HIRES_PDA" + +EXTRA_OECONF = "--with-profile=${PROFILE} \ + --with-edje-cc=${STAGING_BINDIR}/edje_cc \ + --x-includes=${STAGING_INCDIR}/X11 \ + --x-libraries=${STAGING_LIBDIR}" + +do_compile() { + oe_runmake -C src/lib +} + +headers = "E_Lib.h ../bin/e*.h" + +do_install() { + oe_runmake -C src/lib install DESTDIR=${D} +} |