From: Richard Purdie Date: Mon, 19 Nov 2018 15:38:23 +0000 (+0000) Subject: apt: Improve SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c9842644b7b0a599437fd394111f161c8b1f1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 50f22c89923..bff59e521ad 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 \