diff options
Diffstat (limited to 'meta-efl/classes/efl.bbclass')
-rw-r--r-- | meta-efl/classes/efl.bbclass | 10 |
1 files changed, 5 insertions, 5 deletions
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 | ||
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" |
@@ -60,4 +60,4 @@ FILES_${PN}-dbg += "${libdir}/${PN}/.debug \ | |||
60 | 60 | ||
61 | FILES_${PN}-tests = "${bindir}/${PN} \ | 61 | FILES_${PN}-tests = "${bindir}/${PN} \ |
62 | ${bindir}/*_* \ | 62 | ${bindir}/*_* \ |
63 | ${datadir}" | 63 | ${datadir}/${PN}" |