aboutsummaryrefslogtreecommitdiffstats
path: root/packages/apt
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-02 12:31:44 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-02 12:31:44 +0000
commitd65fd4bd8ca6ff9fd758a933b867f10e903a9f7a (patch)
tree1db15e430e4992ad4d6303d821eea21062ce26da /packages/apt
parent3f5c3d8a8b5f45d4f621d5a592b842aef8f564b5 (diff)
downloadopenembedded-d65fd4bd8ca6ff9fd758a933b867f10e903a9f7a.tar.gz
apt: update to 0.7.2, fix debug packaging
Diffstat (limited to 'packages/apt')
-rw-r--r--packages/apt/apt-0.7.2/.mtn2git_empty0
-rw-r--r--packages/apt/apt-native.inc2
-rw-r--r--packages/apt/apt-native_0.7.2.bb4
-rw-r--r--packages/apt/apt.inc2
-rw-r--r--packages/apt/apt_0.7.2.bb11
5 files changed, 18 insertions, 1 deletions
diff --git a/packages/apt/apt-0.7.2/.mtn2git_empty b/packages/apt/apt-0.7.2/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/apt/apt-0.7.2/.mtn2git_empty
diff --git a/packages/apt/apt-native.inc b/packages/apt/apt-native.inc
index de9426bf70..b615693e64 100644
--- a/packages/apt/apt-native.inc
+++ b/packages/apt/apt-native.inc
@@ -1,7 +1,7 @@
require apt.inc
inherit native
-DEPENDS += "dpkg-native"
+DEPENDS += "dpkg-native curl-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
PACKAGES = ""
USE_NLS = "no"
diff --git a/packages/apt/apt-native_0.7.2.bb b/packages/apt/apt-native_0.7.2.bb
new file mode 100644
index 0000000000..43f73889f7
--- /dev/null
+++ b/packages/apt/apt-native_0.7.2.bb
@@ -0,0 +1,4 @@
+require apt-native.inc
+
+SRC_URI += "file://nodoc.patch;patch=1 \
+ file://noconfigure.patch;patch=1"
diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc
index 283b80d662..2644866c5b 100644
--- a/packages/apt/apt.inc
+++ b/packages/apt/apt.inc
@@ -15,3 +15,5 @@ EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
# Koen - 20070327
EXTRA_OECONF_append_angstrom = " ac_cv_glibc_ver=libc6.4"
+FILES_${PN}-dbg += "${libdir}/apt/methods/.debug"
+
diff --git a/packages/apt/apt_0.7.2.bb b/packages/apt/apt_0.7.2.bb
new file mode 100644
index 0000000000..24023f2a58
--- /dev/null
+++ b/packages/apt/apt_0.7.2.bb
@@ -0,0 +1,11 @@
+require apt.inc
+
+SRC_URI += "file://nodoc.patch;patch=1"
+
+require apt-package.inc
+
+FILES_${PN} += "${bindir}/apt-key"
+apt-manpages += "doc/apt-key.8"
+
+PR = "r1"
+