From 2fcda37554d44cfde97ed4552f8c25c74ed05b56 Mon Sep 17 00:00:00 2001 From: Peter Morrow Date: Tue, 31 Aug 2021 11:48:45 +0100 Subject: [PATCH] libbpf: remove stale comment The license typo (LPGL --> LGPL) was fixed in libbpf 0.4. Signed-off-by: Peter Morrow Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb index 27df98c3e7..27559ba297 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.4.bb @@ -4,8 +4,6 @@ HOMEPAGE = "https://github.com/libbpf/libbpf" SECTION = "libs" LICENSE = "LGPLv2.1+" -# There is a typo in the filename, LPGL should really be LGPL. -# Keep this until the correct name is set upstream. LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" DEPENDS = "zlib elfutils"