mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
apt: update to 1.0.10.1
(From OE-Core rev: 37c8700560b6da569cdf9d7c306a9aa31dcdf06f) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
654ac86364
commit
9d32d93779
4
meta/recipes-devtools/apt/apt-native_1.0.10.1.bb
Normal file
4
meta/recipes-devtools/apt/apt-native_1.0.10.1.bb
Normal file
@@ -0,0 +1,4 @@
|
||||
require apt-native.inc
|
||||
|
||||
SRC_URI += "file://noconfigure.patch \
|
||||
file://no-curl.patch"
|
||||
@@ -1,9 +0,0 @@
|
||||
require apt-native.inc
|
||||
|
||||
SRC_URI += "file://noconfigure.patch \
|
||||
file://no-curl.patch"
|
||||
|
||||
SRC_URI[md5sum] = "e70c6d6227883cfc0dda6bc5db509bca"
|
||||
SRC_URI[sha256sum] = "96bebcd7bfee0b2386741a8315182ba39487bdd743ecf5c1fc5b8b889cca2478"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Advanced front-end for dpkg"
|
||||
LICENSE = "GPLv2.0+"
|
||||
SECTION = "base"
|
||||
|
||||
SRC_URI = "http://snapshot.debian.org/archive/debian/20150428T221633Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \
|
||||
SRC_URI = "http://snapshot.debian.org/archive/debian/20150805T094928Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \
|
||||
file://use-host.patch \
|
||||
file://makerace.patch \
|
||||
file://no-nls-dpkg.patch \
|
||||
@@ -12,6 +12,9 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20150428T221633Z/pool/main/
|
||||
file://disable-configure-in-makefile.patch \
|
||||
file://disable-test.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "6505c4297b338adb2087ce87bbc4a276"
|
||||
SRC_URI[sha256sum] = "3fb1de9598363c416591d49e3c285458e095b035e6c06d5b944a54e15fc9b543"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
DEPENDS = "curl db"
|
||||
RDEPENDS_${PN} = "dpkg bash debianutils"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
require apt.inc
|
||||
|
||||
SRC_URI[md5sum] = "e70c6d6227883cfc0dda6bc5db509bca"
|
||||
SRC_URI[sha256sum] = "96bebcd7bfee0b2386741a8315182ba39487bdd743ecf5c1fc5b8b889cca2478"
|
||||
|
||||
require apt-package.inc
|
||||
|
||||
PACKAGECONFIG ??= "lzma"
|
||||
Reference in New Issue
Block a user