diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-01 17:16:05 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:27:48 +0200 |
| commit | c4743c122b371947e487ea9bdd15e72117ac6e77 (patch) | |
| tree | a0f8928f77c548dde0cf45354826deb022e8a694 /meta-gnome | |
| parent | bf4cd19e95c82c50e30803a2cf1adda78da426d3 (diff) | |
| download | meta-openembedded-c4743c122b371947e487ea9bdd15e72117ac6e77.tar.gz | |
nautilus3: Fix build with B != S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb index 8da8ca0328..5dede0ae90 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | |||
| @@ -24,7 +24,7 @@ EXTRA_OECONF = " --disable-gtk-doc --disable-update-mimedb --enable-nst-extensi | |||
| 24 | export SYSROOT = "${STAGING_DIR_HOST}" | 24 | export SYSROOT = "${STAGING_DIR_HOST}" |
| 25 | 25 | ||
| 26 | do_configure() { | 26 | do_configure() { |
| 27 | sed -i -e /docs/d Makefile.am | 27 | sed -i -e /docs/d ${S}/Makefile.am |
| 28 | autotools_do_configure | 28 | autotools_do_configure |
| 29 | } | 29 | } |
| 30 | 30 | ||
