summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2022-08-08 11:27:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 08:25:28 +0100
commit078da710ab97e338dab8f24c886ba1cf75225c12 (patch)
treea64fdb4d1ebc6ef4d58706680aa4926d4ed23ff6 /meta
parentb9a57cad4db4ca62af3a49716bf7c56e22f56b71 (diff)
downloadpoky-078da710ab97e338dab8f24c886ba1cf75225c12.tar.gz
libmnl: remove unneeded SRC_URI 'name' option
The 'name' option here is not needed as there is only one file in SRC_URI. The layer index lists no bbappend for this recipe, thus this is unlikely useful for bbappends. (From OE-Core rev: 51f3a9665612ee5f496d08b107b18c8872af2f8c) Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/libmnl/libmnl_1.0.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
index 3c5bde3319..748326c0a0 100644
--- a/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
+++ b/meta/recipes-extended/libmnl/libmnl_1.0.5.bb
@@ -6,8 +6,8 @@ SECTION = "libs"
6LICENSE = "LGPL-2.1-or-later" 6LICENSE = "LGPL-2.1-or-later"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 7LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
8 8
9SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2;name=tar" 9SRC_URI = "https://netfilter.org/projects/libmnl/files/libmnl-${PV}.tar.bz2"
10SRC_URI[tar.sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525" 10SRC_URI[sha256sum] = "274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13