mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
apt: 0.6.46 -> 0.7.2 (and fix DEPENDS/RDEPENDS)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2070 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Vendored
@@ -1,7 +1,7 @@
|
|||||||
require apt.inc
|
require apt.inc
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
DEPENDS += "dpkg-native"
|
DEPENDS += "dpkg-native curl-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 = "no"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
DESCRIPTION = "Advanced front-end for dpkg."
|
DESCRIPTION = "Advanced front-end for dpkg."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
DEPENDS = "curl"
|
||||||
|
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://environment.patch;patch=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user