mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
When the length of the tmpdir is longer than 400, there is an error when run "apt-get update": Method file has died unexpectedly! This is because the "char S[1024]" is not enough for long URI, S[2048] would be enough. [YOCTO #2689] (From OE-Core rev: 3ed08bd24cef39a85c528159a494e8f0dd001739) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
459 B
BlitzBasic
19 lines
459 B
BlitzBasic
DEPENDS = "curl db"
|
|
RDEPENDS_${PN} = "dpkg"
|
|
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
|
require apt.inc
|
|
|
|
PR = "r15"
|
|
|
|
SRC_URI += "file://nodoc.patch \
|
|
file://includes-fix.patch "
|
|
|
|
SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
|
|
SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
|
|
|
|
require apt-package.inc
|
|
|
|
FILES_${PN} += "${bindir}/apt-key"
|
|
apt-manpages += "doc/apt-key.8"
|
|
|