diff options
Diffstat (limited to 'meta-networking/recipes-netkit')
| -rw-r--r-- | meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb | 6 | ||||
| -rw-r--r-- | meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | 3 |
2 files changed, 6 insertions, 3 deletions
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 index 9487fdc2c0..ebe867d776 100644 --- a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb | |||
| @@ -4,15 +4,15 @@ SECTION = "net" | |||
| 4 | LICENSE = "SPL-1.0" | 4 | LICENSE = "SPL-1.0" |
| 5 | LIC_FILES_CHKSUM = "file://rpcinfo/rpcinfo.c;beginline=2;endline=3;md5=3e6339e3ce266e1122c5ba293e04bc89" | 5 | LIC_FILES_CHKSUM = "file://rpcinfo/rpcinfo.c;beginline=2;endline=3;md5=3e6339e3ce266e1122c5ba293e04bc89" |
| 6 | 6 | ||
| 7 | DEPENDS_append_libc-musl = " libtirpc" | 7 | DEPENDS += "libtirpc" |
| 8 | SRC_URI = "http://sources.openembedded.org/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://sources.openembedded.org/${BPN}-${PV}.tar.gz \ |
| 9 | file://gcc4.patch \ | 9 | file://gcc4.patch \ |
| 10 | file://0001-rpcgen-Fix-printf-formats.patch \ | 10 | file://0001-rpcgen-Fix-printf-formats.patch \ |
| 11 | " | 11 | " |
| 12 | SRC_URI[md5sum] = "67212720482ea1aea9182a98653a9642" | 12 | SRC_URI[md5sum] = "67212720482ea1aea9182a98653a9642" |
| 13 | SRC_URI[sha256sum] = "421d63b414162237a72867061f1bd3e3752a0d962cd5d30b5e933ddad8a14d3b" | 13 | SRC_URI[sha256sum] = "421d63b414162237a72867061f1bd3e3752a0d962cd5d30b5e933ddad8a14d3b" |
| 14 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" | 14 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" |
| 15 | LIBS_append_libc-musl = " -ltirpc" | 15 | LIBS += "-ltirpc" |
| 16 | 16 | ||
| 17 | do_configure () { | 17 | do_configure () { |
| 18 | ./configure --prefix=${prefix} | 18 | ./configure --prefix=${prefix} |
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index 459e39e593..a7d19182cf 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
| @@ -18,6 +18,9 @@ SRC_URI[patch8.sha256sum] = "14882dbdda4e37baa84d55b54b46c7e063a20fc9e04d1be1a28 | |||
| 18 | 18 | ||
| 19 | inherit autotools-brokensep | 19 | inherit autotools-brokensep |
| 20 | 20 | ||
| 21 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" | ||
| 22 | LIBS += "-ltirpc" | ||
| 23 | |||
| 21 | do_configure () { | 24 | do_configure () { |
| 22 | ./configure --prefix=${prefix} | 25 | ./configure --prefix=${prefix} |
| 23 | echo "LDFLAGS=${LDFLAGS}" >> MCONFIG | 26 | echo "LDFLAGS=${LDFLAGS}" >> MCONFIG |
