diff options
-rw-r--r-- | meta/packages/apt/apt-0.7.14/noconfigure.patch (renamed from meta/packages/apt/apt-0.7.3/noconfigure.patch) | 0 | ||||
-rw-r--r-- | meta/packages/apt/apt-0.7.14/nodoc.patch (renamed from meta/packages/apt/apt-0.7.3/nodoc.patch) | 0 | ||||
-rw-r--r-- | meta/packages/apt/apt-native.inc | 4 | ||||
-rw-r--r-- | meta/packages/apt/apt-native_0.7.14.bb (renamed from meta/packages/apt/apt-native_0.7.3.bb) | 1 | ||||
-rw-r--r-- | meta/packages/apt/apt.inc | 4 | ||||
-rw-r--r-- | meta/packages/apt/apt_0.7.14.bb (renamed from meta/packages/apt/apt_0.7.3.bb) | 1 |
6 files changed, 5 insertions, 5 deletions
diff --git a/meta/packages/apt/apt-0.7.3/noconfigure.patch b/meta/packages/apt/apt-0.7.14/noconfigure.patch index 682a96da24..682a96da24 100644 --- a/meta/packages/apt/apt-0.7.3/noconfigure.patch +++ b/meta/packages/apt/apt-0.7.14/noconfigure.patch | |||
diff --git a/meta/packages/apt/apt-0.7.3/nodoc.patch b/meta/packages/apt/apt-0.7.14/nodoc.patch index 9101847189..9101847189 100644 --- a/meta/packages/apt/apt-0.7.3/nodoc.patch +++ b/meta/packages/apt/apt-0.7.14/nodoc.patch | |||
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc index 75cd8f47cd..c3814842e0 100644 --- a/meta/packages/apt/apt-native.inc +++ b/meta/packages/apt/apt-native.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | require apt.inc | 1 | require apt.inc |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DEPENDS += "dpkg-native curl-native db-native" | 4 | DEPENDS += "dpkg-native curl-native db-native gettext-native" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" | 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" |
6 | PACKAGES = "" | 6 | PACKAGES = "" |
7 | USE_NLS = "no" | 7 | USE_NLS = "yes" |
8 | 8 | ||
9 | SRC_URI += "file://db_linking_hack.patch;patch=1" | 9 | SRC_URI += "file://db_linking_hack.patch;patch=1" |
10 | 10 | ||
diff --git a/meta/packages/apt/apt-native_0.7.3.bb b/meta/packages/apt/apt-native_0.7.14.bb index 6db567f987..43f73889f7 100644 --- a/meta/packages/apt/apt-native_0.7.3.bb +++ b/meta/packages/apt/apt-native_0.7.14.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | require apt-native.inc | 1 | require apt-native.inc |
2 | PR = "r2" | ||
3 | 2 | ||
4 | SRC_URI += "file://nodoc.patch;patch=1 \ | 3 | SRC_URI += "file://nodoc.patch;patch=1 \ |
5 | file://noconfigure.patch;patch=1" | 4 | file://noconfigure.patch;patch=1" |
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index 9f51f2111a..e42b63d22b 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
@@ -5,7 +5,9 @@ DEPENDS = "curl db" | |||
5 | RDEPENDS = "dpkg" | 5 | RDEPENDS = "dpkg" |
6 | 6 | ||
7 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ |
8 | file://environment.patch;patch=1" | 8 | file://no-ko-translation.patch;patch=1 \ |
9 | " | ||
10 | |||
9 | S = "${WORKDIR}/apt-${PV}" | 11 | S = "${WORKDIR}/apt-${PV}" |
10 | 12 | ||
11 | inherit autotools gettext | 13 | inherit autotools gettext |
diff --git a/meta/packages/apt/apt_0.7.3.bb b/meta/packages/apt/apt_0.7.14.bb index c4cf06544b..73285f37c3 100644 --- a/meta/packages/apt/apt_0.7.3.bb +++ b/meta/packages/apt/apt_0.7.14.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | require apt.inc | 1 | require apt.inc |
2 | PR = "r1" | ||
3 | 2 | ||
4 | SRC_URI += "file://nodoc.patch;patch=1" | 3 | SRC_URI += "file://nodoc.patch;patch=1" |
5 | 4 | ||