From 671ddaea3f5f4523ab8f7bdd2db19028d52bc1b3 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 16 Jul 2007 20:03:19 +0000 Subject: apt: upgrade to 0.7.3 * 0.7.2 has become unfetchable on the Debian mirrors * 0.7.2 was broken (failed do_patch), the same applies for 0.7.3. IOW, it was broken before, it is still broken now, but hopefully less so. * more information in bug 2017 comment 6 --- packages/apt/apt_0.7.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/apt/apt_0.7.3.bb (limited to 'packages/apt/apt_0.7.3.bb') diff --git a/packages/apt/apt_0.7.3.bb b/packages/apt/apt_0.7.3.bb new file mode 100644 index 0000000000..24023f2a58 --- /dev/null +++ b/packages/apt/apt_0.7.3.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" + -- cgit v1.2.3