diff options
author | Eric Bénard <eric@eukrea.com> | 2013-04-25 00:08:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:45:07 +0100 |
commit | f94519c617b23df28d93e1313c3325eddf59d59d (patch) | |
tree | 3611a1571d8a766b1b9425ec9a9a6336b8e3f4fc /meta/recipes-devtools/apt/apt_0.9.7.7.bb | |
parent | 60589dd60ce0e088a2976b98ed8b914b26a83a03 (diff) | |
download | poky-f94519c617b23df28d93e1313c3325eddf59d59d.tar.gz |
apt: update to 0.9.7.8
(From OE-Core rev: 09b3a782bf1c0738ddd7f9622a7fa4a1d51225ca)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/apt/apt_0.9.7.7.bb')
-rw-r--r-- | meta/recipes-devtools/apt/apt_0.9.7.7.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.9.7.7.bb b/meta/recipes-devtools/apt/apt_0.9.7.7.bb deleted file mode 100644 index a9dcc74f75..0000000000 --- a/meta/recipes-devtools/apt/apt_0.9.7.7.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | DEPENDS = "curl db" | ||
2 | RDEPENDS_${PN} = "dpkg" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
4 | require apt.inc | ||
5 | |||
6 | PR = "r0" | ||
7 | |||
8 | |||
9 | SRC_URI[md5sum] = "039fc57668d1a0c2f62dc22e71900a16" | ||
10 | SRC_URI[sha256sum] = "6eca4285f1ac2e8cb837b9546553b0546881ed15853aa5bbeb860bab6bfa1700" | ||
11 | |||
12 | require apt-package.inc | ||
13 | |||
14 | FILES_${PN} += "${bindir}/apt-key" | ||
15 | apt-manpages += "doc/apt-key.8" | ||
16 | |||
17 | do_install_append() { | ||
18 | #Write the correct apt-architecture to apt.conf | ||
19 | APT_CONF=${D}/etc/apt/apt.conf | ||
20 | echo 'APT::Architecture "${DPKG_ARCH}";' > ${APT_CONF} | ||
21 | } | ||