diff options
Diffstat (limited to 'meta-efl/classes')
| -rw-r--r-- | meta-efl/classes/e.bbclass | 4 | ||||
| -rw-r--r-- | meta-efl/classes/efl.bbclass | 8 |
2 files changed, 6 insertions, 6 deletions
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" | |||
| 3 | inherit e-base autotools pkgconfig binconfig | 3 | inherit e-base autotools pkgconfig binconfig |
| 4 | 4 | ||
| 5 | do_prepsources () { | 5 | do_prepsources () { |
| 6 | make clean distclean || true | 6 | make clean distclean || true |
| 7 | } | 7 | } |
| 8 | addtask prepsources after do_patch before do_configure | 8 | addtask prepsources after do_patch before do_configure |
| 9 | 9 | ||
| 10 | do_configure_append() { | 10 | do_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 | ||
| 14 | export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" | 14 | export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config" |
diff --git a/meta-efl/classes/efl.bbclass b/meta-efl/classes/efl.bbclass index 792343b695..7cf8556746 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 | ||
| 12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
| 13 | autopoint || touch config.rpath | 13 | autopoint || touch config.rpath |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | do_install_prepend () { | 16 | do_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 | ||
| 22 | PACKAGES =+ "${PN}-themes" | 22 | PACKAGES =+ "${PN}-themes" |
