diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2011-10-13 13:44:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 14:36:58 +0100 |
| commit | 10c191bd65ef3f6f92971a1fed9e340275d4a244 (patch) | |
| tree | 6c96c08726b4de29f5b1a11d84ab77378705c5aa | |
| parent | 44b3dc359fa6c7f16020fe5562ba6cdcb2517ae4 (diff) | |
| download | poky-10c191bd65ef3f6f92971a1fed9e340275d4a244.tar.gz | |
nfs-utils: separate nfs-utils-client and nfs-utils-stats
* move python runtime dependency only to nfs-utils-stats
(From OE-Core rev: fc774c29fe1036f9c0d4b4e13f1137ae0575d118)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 |
