summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-11-19 23:12:21 +0000
committerRoss Burton <ross@openedhand.com>2006-11-19 23:12:21 +0000
commit74b64569de856e709ac8c7eb7beca5a369a9473f (patch)
tree05f66f49798d13fc47660a0541c6fcd718138fb5 /meta
parent713d414f3f0aea0b6ade0f0734ee530cb456eed2 (diff)
downloadpoky-74b64569de856e709ac8c7eb7beca5a369a9473f.tar.gz
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
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/dpkg/dpkg-native_1.13.22.bb4
1 files changed, 2 insertions, 2 deletions
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 @@
1require dpkg.inc 1require dpkg.inc
2PR = "r2" 2PR = "r3"
3DEPENDS += "ncurses-native zlib-native virtual/update-alternatives-native" 3DEPENDS += "zlib-native virtual/update-alternatives-native"
4SRC_URI += "file://noman.patch;patch=1" 4SRC_URI += "file://noman.patch;patch=1"
5 5
6inherit native 6inherit native