From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/5] avahi: fix relative path in do_configure
Date: Mon, 4 Feb 2013 10:44:15 +0000 [thread overview]
Message-ID: <1359974656-21894-5-git-send-email-ross.burton@intel.com> (raw)
In-Reply-To: <1359974656-21894-1-git-send-email-ross.burton@intel.com>
do_configure was assuming that $B is $S, so the relative path was wrong. Add a
missing $S.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/recipes-connectivity/avahi/avahi.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index d529b37..185207b 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -60,7 +60,7 @@ LDFLAGS_append_libc-uclibc = " -lintl"
LDFLAGS_append_uclinux-uclibc = " -lintl"
do_configure_prepend() {
- sed 's:AM_CHECK_PYMOD:echo "no pymod" #AM_CHECK_PYMOD:g' -i configure.ac
+ sed 's:AM_CHECK_PYMOD:echo "no pymod" #AM_CHECK_PYMOD:g' -i ${S}/configure.ac
}
--
1.7.10.4
next prev parent reply other threads:[~2013-02-04 11:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-04 10:44 S != B build fixes Ross Burton
2013-02-04 10:44 ` [PATCH 1/5] cmake: reset B from autotools, as this class doesnt like it Ross Burton
2013-02-04 10:44 ` [PATCH 2/5] gdk-pixbuf: use correct build path when installing Ross Burton
2013-02-04 10:44 ` [PATCH 3/5] gtk+: add missing $S references in do_install Ross Burton
2013-02-04 10:44 ` Ross Burton [this message]
2013-02-04 10:44 ` [PATCH 5/5] libpcap: fix relative path references Ross Burton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1359974656-21894-5-git-send-email-ross.burton@intel.com \
--to=ross.burton@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox