diff options
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb')
| -rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb deleted file mode 100644 index cc87638c0f..0000000000 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | SUMMARY = "Transport-Independent RPC library" | ||
| 2 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" | ||
| 3 | SECTION = "libs/network" | ||
| 4 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" | ||
| 5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ | ||
| 8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" | ||
| 9 | |||
| 10 | PROVIDES = "virtual/librpc" | ||
| 11 | |||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ | ||
| 13 | file://CVE-2021-46828.patch \ | ||
| 14 | " | ||
| 15 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" | ||
| 16 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 17 | SRC_URI[sha256sum] = "e24eb88b8ce7db3b7ca6eb80115dd1284abc5ec32a8deccfed2224fc2532b9fd" | ||
| 18 | |||
| 19 | inherit autotools pkgconfig | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--disable-gssapi" | ||
| 22 | |||
| 23 | do_install:append() { | ||
| 24 | chown root:root ${D}${sysconfdir}/netconfig | ||
| 25 | } | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
