mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +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
|
require apt.inc
|
||||||
inherit native
|
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}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
USE_NLS = "no"
|
USE_NLS = "yes"
|
||||||
|
|
||||||
SRC_URI += "file://db_linking_hack.patch;patch=1"
|
SRC_URI += "file://db_linking_hack.patch;patch=1"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
require apt-native.inc
|
require apt-native.inc
|
||||||
PR = "r2"
|
|
||||||
|
|
||||||
SRC_URI += "file://nodoc.patch;patch=1 \
|
SRC_URI += "file://nodoc.patch;patch=1 \
|
||||||
file://noconfigure.patch;patch=1"
|
file://noconfigure.patch;patch=1"
|
||||||
@@ -5,7 +5,9 @@ DEPENDS = "curl db"
|
|||||||
RDEPENDS = "dpkg"
|
RDEPENDS = "dpkg"
|
||||||
|
|
||||||
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
|
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}"
|
S = "${WORKDIR}/apt-${PV}"
|
||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
require apt.inc
|
require apt.inc
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
SRC_URI += "file://nodoc.patch;patch=1"
|
SRC_URI += "file://nodoc.patch;patch=1"
|
||||||
|
|
||||||
Reference in New Issue
Block a user