]> code.ossystems Code Review - openembedded-core.git/commitdiff
apt: Improve SRC_URI
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Nov 2018 15:38:23 +0000 (15:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Nov 2018 10:11:24 +0000 (10:11 +0000)
Use PV and BPN in SRC_URI as a minor improvement.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/apt/apt.inc

index 50f22c89923c96e9526529e15b5ed654a615aa48..bff59e521ad88fdcf87f4b0bab81109e56fe3e01 100644 (file)
@@ -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 \