apt: update to 0.7.14

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4710 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-06-19 15:16:30 +00:00
parent 7e8cf4d8d6
commit 91d7c5b3cf
6 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
require apt.inc
inherit native
DEPENDS += "dpkg-native curl-native db-native"
DEPENDS += "dpkg-native curl-native db-native gettext-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
PACKAGES = ""
USE_NLS = "no"
USE_NLS = "yes"
SRC_URI += "file://db_linking_hack.patch;patch=1"

View File

@@ -1,5 +1,4 @@
require apt-native.inc
PR = "r2"
SRC_URI += "file://nodoc.patch;patch=1 \
file://noconfigure.patch;patch=1"

View File

@@ -5,7 +5,9 @@ DEPENDS = "curl db"
RDEPENDS = "dpkg"
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
file://environment.patch;patch=1"
file://no-ko-translation.patch;patch=1 \
"
S = "${WORKDIR}/apt-${PV}"
inherit autotools gettext

View File

@@ -1,5 +1,4 @@
require apt.inc
PR = "r1"
SRC_URI += "file://nodoc.patch;patch=1"