summaryrefslogtreecommitdiffstats
path: root/meta-efl/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/classes')
-rw-r--r--meta-efl/classes/e-base.bbclass5
-rw-r--r--meta-efl/classes/e.bbclass4
-rw-r--r--meta-efl/classes/efl.bbclass10
3 files changed, 11 insertions, 8 deletions
diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass
index 27dd2ebcba..e701fb54d5 100644
--- a/meta-efl/classes/e-base.bbclass
+++ b/meta-efl/classes/e-base.bbclass
@@ -1,6 +1,9 @@
1HOMEPAGE = "http://www.enlightenment.org" 1HOMEPAGE = "http://www.enlightenment.org"
2SRCNAME ?= "${BPN}" 2SRCNAME ?= "${BPN}"
3SRCVER ?= "${PV}"
3 4
4EFL_SRCREV ?= "70490" 5EFL_SRCREV ?= "75359"
5 6
6ARM_INSTRUCTION_SET = "arm" 7ARM_INSTRUCTION_SET = "arm"
8
9S = "${WORKDIR}/${SRCNAME}-${SRCVER}"
diff --git a/meta-efl/classes/e.bbclass b/meta-efl/classes/e.bbclass
index 375f914752..4bcc2bc7e1 100644
--- a/meta-efl/classes/e.bbclass
+++ b/meta-efl/classes/e.bbclass
@@ -3,12 +3,12 @@ SECTION = "e/apps"
3inherit e-base autotools pkgconfig binconfig 3inherit e-base autotools pkgconfig binconfig
4 4
5do_prepsources () { 5do_prepsources () {
6 make clean distclean || true 6 make clean distclean || true
7} 7}
8addtask prepsources after do_patch before do_configure 8addtask prepsources after do_patch before do_configure
9 9
10do_configure_append() { 10do_configure_append() {
11 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g 11 find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
12} 12}
13 13
14export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" 14export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config"
diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass
index 792343b695..bc2f640cf0 100644
--- a/meta-efl/classes/efl.bbclass
+++ b/meta-efl/classes/efl.bbclass
@@ -10,13 +10,13 @@ inherit e-base autotools
10# evas-native looks at this var, so keep it 10# evas-native looks at this var, so keep it
11 11
12do_configure_prepend() { 12do_configure_prepend() {
13 autopoint || touch config.rpath 13 autopoint || touch config.rpath
14} 14}
15 15
16do_install_prepend () { 16do_install_prepend () {
17 for i in `find ${S}/ -name "*.pc" -type f` ; do \ 17 for i in `find ${S}/ -name "*.pc" -type f` ; do \
18 sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i 18 sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i
19 done 19 done
20} 20}
21 21
22PACKAGES =+ "${PN}-themes" 22PACKAGES =+ "${PN}-themes"
@@ -60,4 +60,4 @@ FILES_${PN}-dbg += "${libdir}/${PN}/.debug \
60 60
61FILES_${PN}-tests = "${bindir}/${PN} \ 61FILES_${PN}-tests = "${bindir}/${PN} \
62 ${bindir}/*_* \ 62 ${bindir}/*_* \
63 ${datadir}" 63 ${datadir}/${PN}"