diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-02 12:31:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-02 12:31:44 +0000 |
commit | d65fd4bd8ca6ff9fd758a933b867f10e903a9f7a (patch) | |
tree | 1db15e430e4992ad4d6303d821eea21062ce26da /packages/apt/apt-native.inc | |
parent | 3f5c3d8a8b5f45d4f621d5a592b842aef8f564b5 (diff) |
apt: update to 0.7.2, fix debug packaging
Diffstat (limited to 'packages/apt/apt-native.inc')
-rw-r--r-- | packages/apt/apt-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/apt/apt-native.inc b/packages/apt/apt-native.inc index de9426bf70..b615693e64 100644 --- a/packages/apt/apt-native.inc +++ b/packages/apt/apt-native.inc @@ -1,7 +1,7 @@ require apt.inc inherit native -DEPENDS += "dpkg-native" +DEPENDS += "dpkg-native curl-native" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" PACKAGES = "" USE_NLS = "no" |