diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-08 11:47:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:25 +0000 |
commit | 8df3d8656cd52abf30b131d3f3f5e55596211f2a (patch) | |
tree | f21763c7bc462e8de61f35d409a08ef69caf29b8 /meta/recipes-devtools/distcc/distcc_3.1.bb | |
parent | 6ce799db7811a25d437c5847ad12a16ebaa95b3f (diff) | |
download | poky-8df3d8656cd52abf30b131d3f3f5e55596211f2a.tar.gz |
distcc: Fix case where ${B} != ${S}
Add patch to fix out of tree build failures.
(From OE-Core rev: 43da2e1fc1509d039e4ccfa31b7359c65407fde0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/distcc/distcc_3.1.bb')
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb index eeda054c74..cb5d696ce2 100644 --- a/meta/recipes-devtools/distcc/distcc_3.1.bb +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb | |||
@@ -17,6 +17,7 @@ PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" | |||
17 | RRECOMMENDS_${PN} = "avahi-daemon" | 17 | RRECOMMENDS_${PN} = "avahi-daemon" |
18 | 18 | ||
19 | SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \ | 19 | SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \ |
20 | file://separatebuilddir.patch \ | ||
20 | file://default \ | 21 | file://default \ |
21 | file://distccmon-gnome.desktop \ | 22 | file://distccmon-gnome.desktop \ |
22 | file://distcc" | 23 | file://distcc" |