diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb b/meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb index aff00e56e6..ec8f9e48b2 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \ | |||
19 | SRC_URI[md5sum] = "ed46f09b9c0fa2d49015f6431bc5ea7b" | 19 | SRC_URI[md5sum] = "ed46f09b9c0fa2d49015f6431bc5ea7b" |
20 | SRC_URI[sha256sum] = "2ce360683963b35c19c43f0ee2c7f18aa5b81ef41c3fdbd15ffcb00b8bffda7a" | 20 | SRC_URI[sha256sum] = "2ce360683963b35c19c43f0ee2c7f18aa5b81ef41c3fdbd15ffcb00b8bffda7a" |
21 | 21 | ||
22 | inherit autotools update-rc.d systemd pkgconfig | 22 | inherit autotools update-rc.d systemd pkgconfig update-alternatives |
23 | 23 | ||
24 | PACKAGECONFIG ??= "tcp-wrappers" | 24 | PACKAGECONFIG ??= "tcp-wrappers" |
25 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | 25 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" |
@@ -50,3 +50,6 @@ do_install_append () { | |||
50 | ${WORKDIR}/init.d > ${D}${sysconfdir}/init.d/rpcbind | 50 | ${WORKDIR}/init.d > ${D}${sysconfdir}/init.d/rpcbind |
51 | chmod 0755 ${D}${sysconfdir}/init.d/rpcbind | 51 | chmod 0755 ${D}${sysconfdir}/init.d/rpcbind |
52 | } | 52 | } |
53 | |||
54 | ALTERNATIVE_${PN} = "rpcinfo" | ||
55 | ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" | ||