diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb index f826e10697..af32a355a4 100644 --- a/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb | |||
| @@ -18,14 +18,14 @@ SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http" | |||
| 18 | S = "${WORKDIR}/${SRCNAME}/e" | 18 | S = "${WORKDIR}/${SRCNAME}/e" |
| 19 | 19 | ||
| 20 | do_compile() { | 20 | do_compile() { |
| 21 | # unfortunately hardcoded edje_cc in Makefile | 21 | # unfortunately hardcoded edje_cc in Makefile |
| 22 | sed -i "s#\tedje_cc#\t${STAGING_BINDIR_NATIVE}/edje_cc#g" Makefile | 22 | sed -i "s#\tedje_cc#\t${STAGING_BINDIR_NATIVE}/edje_cc#g" Makefile |
| 23 | make | 23 | make |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install() { | 26 | do_install() { |
| 27 | install -d ${D}${datadir}/enlightenment/data/themes/ | 27 | install -d ${D}${datadir}/enlightenment/data/themes/ |
| 28 | install -m 0644 ${S}/b_and_w.edj ${D}${datadir}/enlightenment/data/themes/ | 28 | install -m 0644 ${S}/b_and_w.edj ${D}${datadir}/enlightenment/data/themes/ |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" | 31 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" |
