Skip to content

Commit

Permalink
Merge pull request #1209 from eric-ch/s9-uprev-libtirpc
Browse files Browse the repository at this point in the history
S9: OXT-1628: Uprev libtirpc to 1.1.4
  • Loading branch information
jean-edouard authored Jul 19, 2019
2 parents 55676c5 + 2f98ff8 commit 0b0a5bb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions recipes-extended/libtirpc/libtirpc_1.1.4.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
SUMMARY = "Transport-Independent RPC library"
DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux"
SECTION = "libs/network"
HOMEPAGE = "http://sourceforge.net/projects/libtirpc/"
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \
file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24"

PROVIDES = "virtual/librpc"

SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2"

SRC_URI[md5sum] = "f5d2a623e9dfbd818d2f3f3a4a878e3a"
SRC_URI[sha256sum] = "2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-gssapi"

do_install_append() {
chown root:root ${D}${sysconfdir}/netconfig
}

BBCLASSEXTEND = "native nativesdk"

0 comments on commit 0b0a5bb

Please sign in to comment.