summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/libeweather_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/libeweather_svn.bb')
-rw-r--r--meta-efl/recipes-efl/efl/libeweather_svn.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-efl/recipes-efl/efl/libeweather_svn.bb b/meta-efl/recipes-efl/efl/libeweather_svn.bb
index 934efa10f..bc7bce654 100644
--- a/meta-efl/recipes-efl/efl/libeweather_svn.bb
+++ b/meta-efl/recipes-efl/efl/libeweather_svn.bb
@@ -16,31 +16,31 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
16RSUGGESTS_${PN} = "elementary-tests" 16RSUGGESTS_${PN} = "elementary-tests"
17 17
18do_compile_append() { 18do_compile_append() {
19 sed -i -e s:${STAGING_DIR_TARGET}::g \ 19 sed -i -e s:${STAGING_DIR_TARGET}::g \
20 -e s:/${TARGET_SYS}::g \ 20 -e s:/${TARGET_SYS}::g \
21 eweather.pc 21 eweather.pc
22} 22}
23 23
24PACKAGES += "${PN}-plugins" 24PACKAGES += "${PN}-plugins"
25 25
26FILES_${PN}-themes = "\ 26FILES_${PN}-themes = "\
27 ${datadir} \ 27 ${datadir} \
28" 28"
29 29
30FILES_${PN}-plugins = "\ 30FILES_${PN}-plugins = "\
31 ${libdir}/eweather/plugins/*.so \ 31 ${libdir}/eweather/plugins/*.so \
32" 32"
33 33
34FILES_${PN}-dbg += "\ 34FILES_${PN}-dbg += "\
35 ${libdir}/eweather/plugins/.debug \ 35 ${libdir}/eweather/plugins/.debug \
36" 36"
37 37
38FILES_${PN}-dev += "\ 38FILES_${PN}-dev += "\
39 ${libdir}/eweather/plugins/*.a \ 39 ${libdir}/eweather/plugins/*.a \
40 ${libdir}/eweather/plugins/*.la \ 40 ${libdir}/eweather/plugins/*.la \
41" 41"
42 42
43RRECOMMENDS_${PN} = "\ 43RRECOMMENDS_${PN} = "\
44 ${PN}-themes \ 44 ${PN}-themes \
45 ${PN}-plugins \ 45 ${PN}-plugins \
46" 46"