diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-16 20:03:19 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-07-16 20:03:19 +0000 |
commit | 671ddaea3f5f4523ab8f7bdd2db19028d52bc1b3 (patch) | |
tree | c7d4de43c4b6145a91e4fe35800cb902eeb46532 /packages/apt/apt_0.7.3.bb | |
parent | 7b91a4c2b93b761cb651be442b013ac92956e5ba (diff) |
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
Diffstat (limited to 'packages/apt/apt_0.7.3.bb')
-rw-r--r-- | packages/apt/apt_0.7.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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" + |