[OE-core] [PATCH 2/7] distcc: update SRC_URI to not use Google Code

Khem Raj raj.khem at gmail.com
Sat Aug 8 19:49:50 UTC 2015


> On Aug 7, 2015, at 7:28 AM, Alexander Kanavin <alexander.kanavin at linux.intel.com> wrote:
> 
> Google Code is shutting down soon and distcc has moved to github.
> 
> Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
> ---
> meta/recipes-devtools/distcc/distcc_3.1.bb | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb
> index e4b9313..f8879c8 100644
> --- a/meta/recipes-devtools/distcc/distcc_3.1.bb
> +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb
> @@ -17,16 +17,15 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
> 
> RRECOMMENDS_${PN} = "avahi-daemon"
> 
> -SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \
> +SRC_URI = "git://github.com/distcc/distcc.git \
>            file://separatebuilddir.patch \
>            file://0001-zeroconf-Include-fcntl.h.patch \
>            file://default \
>            file://distccmon-gnome.desktop \
>            file://distcc \
>            file://distcc.service"
> -
> -SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3"
> -SRC_URI[sha256sum] = "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89"
> +SRCREV = “9a172d3d20042754a30c0cd9a5d63fd1a8120c31"

it will be good to add PV = “3.1+git${SRCPV}” here as well. You might rename the recipe to distcc_git.bb
then as well.

> +S = "${WORKDIR}/git"
> 
> inherit autotools pkgconfig update-rc.d useradd systemd
> 
> --
> 2.1.4
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150808/93672a7d/attachment-0002.sig>


More information about the Openembedded-core mailing list