[Buildroot] [PATCH] package/apparmor don't reference libapparmor variables
Ian Merin
Ian.Merin at entrust.com
Tue Apr 8 17:47:58 UTC 2025
Signed-off-by: Ian Merin <Ian.Merin at ncipher.com>
---
package/apparmor/apparmor.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/apparmor/apparmor.mk b/package/apparmor/apparmor.mk
index 61e62c7515..20dbce6f97 100644
--- a/package/apparmor/apparmor.mk
+++ b/package/apparmor/apparmor.mk
@@ -7,9 +7,9 @@
# When updating the version here, please also update the libapparmor package
APPARMOR_VERSION_MAJOR = 3.1
APPARMOR_VERSION = $(APPARMOR_VERSION_MAJOR).7
-APPARMOR_SOURCE = apparmor-v$(LIBAPPARMOR_VERSION).tar.gz
-APPARMOR_SITE = https://gitlab.com/apparmor/apparmor/-/archive/v$(LIBAPPARMOR_VERSION)
-APPARMOR_DL_SUBDIR = libapparmor
+APPARMOR_SOURCE = apparmor-v$(APPARMOR_VERSION).tar.gz
+APPARMOR_SITE = https://gitlab.com/apparmor/apparmor/-/archive/v$(APPARMOR_VERSION)
+APPARMOR_DL_SUBDIR = apparmor
APPARMOR_LICENSE = GPL-2.0
APPARMOR_LICENSE_FILES = LICENSE parser/COPYING.GPL
APPARMOR_CPE_ID_VENDOR = canonical
--
2.25.1
Any email and files/attachments transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. If this message has been sent to you in error, you must not copy, distribute or disclose of the information it contains. Please notify Entrust immediately and delete the message from your system.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20250408/f009cbaa/attachment.htm>
More information about the buildroot
mailing list