enable noman.patch to avoid building man directory (results in significant speedup)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@843 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych 2006-10-31 09:13:45 +00:00
parent a8cf764a19
commit 15a908c11a
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,9 @@ LICENSE = "GPL"
SECTION = "base"
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
file://noupdalt.patch;patch=1"
file://noupdalt.patch;patch=1 \
file://noman.patch;patch=1"
S = "${WORKDIR}/dpkg-${PV}"
DEPENDS_${PN} += "update-alternatives"

View File

@ -1,5 +1,5 @@
require dpkg.inc
PR = "r2"
PR = "r3"
DEPENDS += "ncurses zlib bzip2"
EXTRA_OECONF = "--without-static-progs \