diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/edje.inc')
| -rw-r--r-- | meta-efl/recipes-efl/efl/edje.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-efl/recipes-efl/efl/edje.inc b/meta-efl/recipes-efl/efl/edje.inc index 311fb52688..b3011b4d21 100644 --- a/meta-efl/recipes-efl/efl/edje.inc +++ b/meta-efl/recipes-efl/efl/edje.inc | |||
| @@ -12,19 +12,19 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 12 | INC_PR = "r0" | 12 | INC_PR = "r0" |
| 13 | 13 | ||
| 14 | do_configure_prepend_virtclass-native() { | 14 | do_configure_prepend_virtclass-native() { |
| 15 | sed -i 's:EMBRYO_PREFIX"/bin:"${STAGING_BINDIR}:' ${S}/src/bin/edje_cc_out.c | 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 | 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 | 17 | sed -i 's:\"gcc -I:\"/usr/bin/gcc -I:' ${S}/src/bin/edje_cc_parse.c |
| 18 | } | 18 | } |
| 19 | # The new lua stuff is a bit broken... | 19 | # The new lua stuff is a bit broken... |
| 20 | do_configure_append() { | 20 | do_configure_append() { |
| 21 | for i in $(find "${S}" -name "Makefile") ; do | 21 | for i in $(find "${S}" -name "Makefile") ; do |
| 22 | sed -i -e 's:-L/usr/local/lib::g' $i | 22 | sed -i -e 's:-L/usr/local/lib::g' $i |
| 23 | done | 23 | done |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_compile_append() { | 26 | do_compile_append() { |
| 27 | sed -i -e s:local/::g -e 's:-L${STAGING_LIBDIR}::g' ${S}/edje.pc | 27 | sed -i -e s:local/::g -e 's:-L${STAGING_LIBDIR}::g' ${S}/edje.pc |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | # gain some extra performance at the expense of RAM - generally i'd say bad | 30 | # gain some extra performance at the expense of RAM - generally i'd say bad |
