From: Ross Burton Date: Sun, 19 Nov 2006 23:12:21 +0000 (+0000) Subject: If building without dselect, we don't need curses X-Git-Tag: 2011-1~12537 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=74b64569de856e709ac8c7eb7beca5a369a9473f;p=openembedded-core.git If building without dselect, we don't need curses git-svn-id: https://svn.o-hand.com/repos/poky/trunk@872 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/dpkg/dpkg-native_1.13.22.bb b/meta/packages/dpkg/dpkg-native_1.13.22.bb index 68e8f190c7..7087f1f90a 100644 --- a/meta/packages/dpkg/dpkg-native_1.13.22.bb +++ b/meta/packages/dpkg/dpkg-native_1.13.22.bb @@ -1,6 +1,6 @@ require dpkg.inc -PR = "r2" -DEPENDS += "ncurses-native zlib-native virtual/update-alternatives-native" +PR = "r3" +DEPENDS += "zlib-native virtual/update-alternatives-native" SRC_URI += "file://noman.patch;patch=1" inherit native