diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb index e8b0490b8c..d047940fd6 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb | |||
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | |||
9 | 9 | ||
10 | # util-linux for libblkid | 10 | # util-linux for libblkid |
11 | DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers" | 11 | DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers" |
12 | RDEPENDS_${PN} = "portmap python" | 12 | RDEPENDS_${PN} = "portmap" |
13 | RRECOMMENDS_${PN} = "kernel-module-nfsd" | 13 | RRECOMMENDS_${PN} = "kernel-module-nfsd" |
14 | 14 | ||
15 | PR = "r2" | 15 | PR = "r3" |
16 | 16 | ||
17 | SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ | 17 | SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ |
18 | file://nfs-utils-1.0.6-uclibc.patch \ | 18 | file://nfs-utils-1.0.6-uclibc.patch \ |
@@ -45,6 +45,11 @@ EXTRA_OECONF = "--with-statduser=nobody \ | |||
45 | 45 | ||
46 | INHIBIT_AUTO_STAGE = "1" | 46 | INHIBIT_AUTO_STAGE = "1" |
47 | 47 | ||
48 | PACKAGES =+ "${PN}-client ${PN}-stats" | ||
49 | FILES_${PN}-client = "${base_sbindir}/*mount.nfs*" | ||
50 | FILES_${PN}-stats = "${sbindir}/mountstats ${sbindir}/nfsiostat" | ||
51 | RDEPENDS_${PN}-stats = "python" | ||
52 | |||
48 | do_install_append () { | 53 | do_install_append () { |
49 | install -d ${D}${sysconfdir}/init.d | 54 | install -d ${D}${sysconfdir}/init.d |
50 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver | 55 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver |