[oe] [oe-commits] Armin Kuster : netkit-rpc: New package

MacDonald, Joe Joe_MacDonald at mentor.com
Thu Dec 4 14:48:01 UTC 2014


On 4 Dec 2014 09:31, Martin Jansa <martin.jansa at gmail.com> wrote:
>
> On Wed, Dec 03, 2014 at 09:39:17PM +0000, git at git.openembedded.org wrote:
> > Module: meta-openembedded.git
> > Branch: master
> > Commit: 9bacae2ff83c7f89be184c48eb981861b1e7c68b
> > URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9bacae2ff83c7f89be184c48eb981861b1e7c68b
> >
> > Author: Armin Kuster <akuster808 at gmail.com>
> > Date:   Mon Dec  1 17:49:56 2014 -0800
> >
> > netkit-rpc: New package
> >
> > this adds rpcinfo and rpcgen
> >
> > Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> > Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
> >
> > ---
> >
> >  .../netkit-rpc/netkit-rpc/gcc4.patch               | 39 ++++++++++++++++++++++
> >  .../recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb   | 38 +++++++++++++++++++++
> >  2 files changed, 77 insertions(+)
> >
> > diff --git a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb
> > new file mode 100644
> > index 0000000..4d8d95a
> > --- /dev/null
> > +++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb
> > @@ -0,0 +1,38 @@
> > +DESCRIPTION = "netkit-rpc includes rpcinfo and rpcgen."
> > +HOMEPAGE = "http://ftp.linux.org.uk/pub/linux/Networking/netkit"
> > +SECTION = "networking"
> > +LICENSE = "SPL-1.0"
> > +LIC_FILES_CHKSUM = "file://rpcinfo/rpcinfo.c;beginline=2;endline=3;md5=3e6339e3ce266e1122c5ba293e04bc89"
> > +
> > +SRC_URI = "http://sources.openembedded.org/${BPN}-${PV}.tar.gz \
>
> Is sources.openembedded.org really the primary source?
>
> It's in default mirrors, for primary source we should use something
> else and keep sources.oe.org only as fallback.

It appears to be, unfortunately.  The other netkit packages point at Debian servers but they purged this package years ago in favor of the rpc options bundled with libc. The upstream source that was in Armin's original commit has been dead for quite a while too, based on what I could find from the wayback machine and so if left as it was would produce a new warning 100% of the time when building the package. It seemed appropriate then to follow the few other examples of this in the meta-openembedded tree, my quick search turned up two such.

-J.

>
> > +           file://gcc4.patch"
> > +SRC_URI[md5sum] = "67212720482ea1aea9182a98653a9642"
> > +SRC_URI[sha256sum] = "421d63b414162237a72867061f1bd3e3752a0d962cd5d30b5e933ddad8a14d3b"
> > +
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com


More information about the Openembedded-devel mailing list