]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: update to 0.7.14
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 19 Jun 2008 15:16:30 +0000 (15:16 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 19 Jun 2008 15:16:30 +0000 (15:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4710 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/apt/apt-0.7.14/noconfigure.patch [moved from meta/packages/apt/apt-0.7.3/noconfigure.patch with 100% similarity]
meta/packages/apt/apt-0.7.14/nodoc.patch [moved from meta/packages/apt/apt-0.7.3/nodoc.patch with 100% similarity]
meta/packages/apt/apt-native.inc
meta/packages/apt/apt-native_0.7.14.bb [moved from meta/packages/apt/apt-native_0.7.3.bb with 91% similarity]
meta/packages/apt/apt.inc
meta/packages/apt/apt_0.7.14.bb [moved from meta/packages/apt/apt_0.7.3.bb with 93% similarity]

index 75cd8f47cd1b88908b11ab66726c058a81f8ecdf..c3814842e0bb04861d04c690fe98484087802c9b 100644 (file)
@@ -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"
 
similarity index 91%
rename from meta/packages/apt/apt-native_0.7.3.bb
rename to meta/packages/apt/apt-native_0.7.14.bb
index 6db567f9871e36179dedb10bfc679af169834c4f..43f73889f7d47f13dc0d5935eff14b21a83d8a48 100644 (file)
@@ -1,5 +1,4 @@
 require apt-native.inc
-PR = "r2"
 
 SRC_URI += "file://nodoc.patch;patch=1 \
             file://noconfigure.patch;patch=1"
index 9f51f2111a499d99730085b4bbfd67f831325f8f..e42b63d22bb08a0e789ae6b6faf1e5475ccfc173 100644 (file)
@@ -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
similarity index 93%
rename from meta/packages/apt/apt_0.7.3.bb
rename to meta/packages/apt/apt_0.7.14.bb
index c4cf06544b3984c61b3a5e3194a7933502acd4a9..73285f37c3f74c9f0a2ccc6d92fc43d7c9c1c614 100644 (file)
@@ -1,5 +1,4 @@
 require apt.inc
-PR = "r1"
 
 SRC_URI += "file://nodoc.patch;patch=1"