apt: update to 0.7.2, fix debug packaging
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Jul 2007 12:31:44 +0000 (12:31 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Jul 2007 12:31:44 +0000 (12:31 +0000)
packages/apt/apt-0.7.2/.mtn2git_empty [new file with mode: 0644]
packages/apt/apt-native.inc
packages/apt/apt-native_0.7.2.bb [new file with mode: 0644]
packages/apt/apt.inc
packages/apt/apt_0.7.2.bb [new file with mode: 0644]

diff --git a/packages/apt/apt-0.7.2/.mtn2git_empty b/packages/apt/apt-0.7.2/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
index de9426b..b615693 100644 (file)
@@ -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 (file)
index 0000000..43f7388
--- /dev/null
@@ -0,0 +1,4 @@
+require apt-native.inc
+
+SRC_URI += "file://nodoc.patch;patch=1 \
+            file://noconfigure.patch;patch=1"
index 283b80d..2644866 100644 (file)
@@ -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 (file)
index 0000000..24023f2
--- /dev/null
@@ -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"
+