diff options
-rw-r--r-- | packages/apt/apt.inc | 4 | ||||
-rw-r--r-- | packages/apt/apt_0.7.14.bb | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc index cfa3b7123c..5c49887be8 100644 --- a/packages/apt/apt.inc +++ b/packages/apt/apt.inc @@ -3,9 +3,7 @@ LICENSE = "GPL" SECTION = "base" SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ - file://no-ko-translation.patch;patch=1 \ - file://use-host.patch;patch=1 \ - " + file://environment.patch;patch=1" S = "${WORKDIR}/apt-${PV}" diff --git a/packages/apt/apt_0.7.14.bb b/packages/apt/apt_0.7.14.bb index efd7ab3bc5..251ed6416d 100644 --- a/packages/apt/apt_0.7.14.bb +++ b/packages/apt/apt_0.7.14.bb @@ -3,6 +3,9 @@ RDEPENDS = "dpkg" require apt.inc +SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ + file://no-ko-translation.patch;patch=1 \ + file://use-host.patch;patch=1 " PR = "r2" SRC_URI += "file://nodoc.patch;patch=1" |