From: Richard Purdie Date: Mon, 19 Nov 2018 15:38:23 +0000 (+0000) Subject: apt: Improve SRC_URI X-Git-Tag: uninative-2.4~1095 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=19c9842644b7b0a599437fd394111f161c8b1f1e;p=openembedded-core.git apt: Improve SRC_URI Use PV and BPN in SRC_URI as a minor improvement. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index 50f22c8992..bff59e521a 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc @@ -2,7 +2,7 @@ SUMMARY = "Advanced front-end for dpkg" LICENSE = "GPLv2.0+" SECTION = "base" -SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/apt/1.2.24/${BPN}_${PV}.tar.xz \ +SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/${BPN}/${PV}/${BPN}_${PV}.tar.xz \ file://use-host.patch \ file://makerace.patch \ file://no-nls-dpkg.patch \