diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-04-26 13:34:31 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:01 +0200 |
| commit | 54f9e194d027547c8dd531dea003bacaa0cb72e0 (patch) | |
| tree | 34ac1a2a883e6676cc9b1089e9709a708040fec9 | |
| parent | bf7f793acec4070e4e083196a3e3d1036502521a (diff) | |
| download | meta-openembedded-54f9e194d027547c8dd531dea003bacaa0cb72e0.tar.gz | |
epiphany: Fix build when S != B
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb index df22e364e3..3d7fc18a57 100644 --- a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb +++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb | |||
| @@ -12,7 +12,7 @@ EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-f | |||
| 12 | 12 | ||
| 13 | do_configure_prepend() { | 13 | do_configure_prepend() { |
| 14 | touch ${S}/gnome-doc-utils.make | 14 | touch ${S}/gnome-doc-utils.make |
| 15 | sed -i -e s:help::g Makefile.am | 15 | sed -i -e s:help::g ${S}/Makefile.am |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" | 18 | FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1" |
