diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-14 10:59:33 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-15 12:30:21 +0200 |
commit | ecd62f74741e00d1992c7115864bd81cab93740a (patch) | |
tree | b2a992e95a029b1a63c6820e17e91932f0cb862a /meta-efl | |
parent | f91aa2a21b24e37baf588815e0ecf88a511a5efa (diff) | |
download | meta-openembedded-ecd62f74741e00d1992c7115864bd81cab93740a.tar.gz |
exalt-client: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/exalt-client_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb index b8c204d01..2c7e5304b 100644 --- a/meta-efl/recipes-efl/e17/exalt-client_svn.bb +++ b/meta-efl/recipes-efl/e17/exalt-client_svn.bb | |||
@@ -10,8 +10,8 @@ DEPENDS += "elementary exalt edje-native" | |||
10 | CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus" | 10 | CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus" |
11 | 11 | ||
12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
13 | sed -i -e /po/d configure.ac | 13 | sed -i -e /po/d ${S}/configure.ac |
14 | sed -i -e s:\ po::g Makefile.am | 14 | sed -i -e s:\ po::g ${S}/Makefile.am |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \ | 17 | FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \ |