mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
require apt-native.inc
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI += "file://nodoc.patch;patch=1 \
|
||||
file://noconfigure.patch;patch=1"
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
require apt.inc
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI += "file://nodoc.patch;patch=1"
|
||||
|
||||
Reference in New Issue
Block a user