diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-01 00:08:07 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:25 +0200 |
| commit | 0ff1082e2e4b579abe527c0c9e0c51a38616f0e2 (patch) | |
| tree | 9a0f7593289dbbd75b900464395fd57c775f9f5c /meta-efl/recipes-efl/efl/edje.inc | |
| parent | dd708272e92d7f069c35e52145e2e489d5230c76 (diff) | |
| download | meta-openembedded-0ff1082e2e4b579abe527c0c9e0c51a38616f0e2.tar.gz | |
efl: drop .inc and _svn.bb files for libs included in efl.git
* in preparation for merged source dir in efl.git I don't plan to support newer SRCREVs from subversion
* drop INC_PR and fold lib.inc into the recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/edje.inc')
| -rw-r--r-- | meta-efl/recipes-efl/efl/edje.inc | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/meta-efl/recipes-efl/efl/edje.inc b/meta-efl/recipes-efl/efl/edje.inc deleted file mode 100644 index b34453ce9c..0000000000 --- a/meta-efl/recipes-efl/efl/edje.inc +++ /dev/null | |||
| @@ -1,66 +0,0 @@ | |||
| 1 | DESCRIPTION = "Edje is the Enlightenment graphical design & layout library" | ||
| 2 | DEPENDS = "lua5.1 eet evas ecore embryo edje-native eina libsndfile1 eio" | ||
| 3 | DEPENDS_virtclass-native = "lua5.1-native evas-native ecore-native eet-native embryo-native eina-native" | ||
| 4 | DEPENDS_virtclass-nativesdk = "evas-native ecore-native eet-native embryo-native eina-native" | ||
| 5 | # GPLv2 because of epp in PN-utils | ||
| 6 | LICENSE = "MIT BSD GPLv2" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c18cc221a14a84b033db27794dc36df8" | ||
| 8 | |||
| 9 | inherit efl | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | INC_PR = "r0" | ||
| 13 | |||
| 14 | do_configure_prepend_virtclass-native() { | ||
| 15 | sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c | ||
| 16 | sed -i 's: cpp -I: /usr/bin/cpp -I:' ${S}/src/bin/edje_cc_parse.c | ||
| 17 | sed -i 's:\"gcc -I:\"/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c | ||
| 18 | } | ||
| 19 | # The new lua stuff is a bit broken... | ||
| 20 | do_configure_append() { | ||
| 21 | for i in $(find "${S}" -name "Makefile") ; do | ||
| 22 | sed -i -e 's:-L/usr/local/lib::g' $i | ||
| 23 | done | ||
| 24 | } | ||
| 25 | |||
| 26 | do_compile_append() { | ||
| 27 | sed -i -e s:local/::g -e 's:-L${STAGING_LIBDIR}::g' ${S}/edje.pc | ||
| 28 | } | ||
| 29 | |||
| 30 | # gain some extra performance at the expense of RAM - generally i'd say bad | ||
| 31 | # and a possible source of bugs | ||
| 32 | #EXTRA_OECONF = "--enable-edje-program-cache" | ||
| 33 | |||
| 34 | # Since r44323 edje has a fixed-point mode | ||
| 35 | require edje-fpu.inc | ||
| 36 | EXTRA_OECONF += "${@get_edje_fpu_setting(bb, d)}" | ||
| 37 | |||
| 38 | SNDFILE = "--enable-sndfile" | ||
| 39 | SNDFILE_virtclass-native = "--disable-sndfile" | ||
| 40 | SNDFILE_virtclass-nativesdk = "--disable-sndfile" | ||
| 41 | EXTRA_OECONF += "${SNDFILE}" | ||
| 42 | |||
| 43 | PACKAGES =+ "${PN}-utils" | ||
| 44 | RDEPENDS_${PN}-utils = "cpp cpp-symlinks embryo-tests" | ||
| 45 | |||
| 46 | RRECOMMENDS_${PN}-utils = "\ | ||
| 47 | evas-saver-png \ | ||
| 48 | evas-saver-jpeg \ | ||
| 49 | evas-saver-eet \ | ||
| 50 | " | ||
| 51 | |||
| 52 | DEBIAN_NOAUTONAME_${PN}-utils = "1" | ||
| 53 | # Some upgrade path tweaking | ||
| 54 | AUTO_LIBNAME_PKGS = "" | ||
| 55 | |||
| 56 | FILES_${PN}-utils = "\ | ||
| 57 | ${bindir}/edje_* \ | ||
| 58 | ${bindir}/inkscape2edc \ | ||
| 59 | ${libdir}/edje/utils/epp \ | ||
| 60 | ${datadir}/edje/include/edje.inc \ | ||
| 61 | " | ||
| 62 | |||
| 63 | FILES_${PN} += "${libdir}/${PN}/modules/*/*/module.so \ | ||
| 64 | ${datadir}/mime/packages/edje.xml" | ||
| 65 | FILES_${PN}-dev += "${libdir}/${PN}/modules/*/*/module.la" | ||
| 66 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/*/*/.debug" | ||
