diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-04 10:44:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 12:41:56 +0000 |
commit | 4c01786ff3aa90f640d1ebce1e92477745de7d02 (patch) | |
tree | d64a731a51ee870ed443983d183664ba7038286e /meta/recipes-connectivity | |
parent | 285471c31284284d36a811b2bbd584104c3f9196 (diff) | |
download | poky-4c01786ff3aa90f640d1ebce1e92477745de7d02.tar.gz |
avahi: fix relative path in do_configure
do_configure was assuming that $B is $S, so the relative path was wrong. Add a
missing $S.
(From OE-Core rev: 9c947cf76235624f3661341154575688cf528bed)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index d529b37996..185207b65d 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -60,7 +60,7 @@ LDFLAGS_append_libc-uclibc = " -lintl" | |||
60 | LDFLAGS_append_uclinux-uclibc = " -lintl" | 60 | LDFLAGS_append_uclinux-uclibc = " -lintl" |
61 | 61 | ||
62 | do_configure_prepend() { | 62 | do_configure_prepend() { |
63 | sed 's:AM_CHECK_PYMOD:echo "no pymod" #AM_CHECK_PYMOD:g' -i configure.ac | 63 | sed 's:AM_CHECK_PYMOD:echo "no pymod" #AM_CHECK_PYMOD:g' -i ${S}/configure.ac |
64 | } | 64 | } |
65 | 65 | ||
66 | 66 | ||