1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

nfs-utils, e2fsprogs, mtd-utils, libsm: bump PR

This ensures package runtime dependencies are up-to-date after splitting
out libuuid and libblkid in util-linux recipe

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Paul Eggleton
2011-01-20 00:55:44 +08:00
committed by Saul Wold
parent a377ce0a80
commit 3b980c5749
4 changed files with 4 additions and 4 deletions
@@ -13,7 +13,7 @@ DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers"
RDEPENDS_${PN} = "portmap"
RRECOMMENDS_${PN} = "kernel-module-nfsd"
PR = "r1"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \
file://nfs-utils-1.0.6-uclibc.patch \
@@ -1,6 +1,6 @@
require e2fsprogs.inc
PR = "r19"
PR = "r20"
SRC_URI += "file://quotefix.patch;patch=1 \
file://acinclude.m4"
+1 -1
View File
@@ -11,7 +11,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=v${PV} \
S = "${WORKDIR}/git/"
PR = "r0"
PR = "r1"
EXTRA_OEMAKE = "'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d98446615b962372d6a46057170043fa"
DEPENDS += "libice xproto xtrans e2fsprogs"
PR = "r0"
PR = "r1"
PE = "1"
XORG_PN = "libSM"