All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/apparmor don't reference libapparmor variables
@ 2025-04-08 17:47 Ian Merin via buildroot
  2025-04-19 21:29 ` Thomas Petazzoni via buildroot
  2025-05-02 10:47 ` Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Ian Merin via buildroot @ 2025-04-08 17:47 UTC (permalink / raw)
  To: buildroot@buildroot.org, angelo.compagnucci@gmail.com


[-- Attachment #1.1: Type: text/plain, Size: 1340 bytes --]

Signed-off-by: Ian Merin <Ian.Merin@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.


[-- Attachment #1.2: Type: text/html, Size: 4768 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-02 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 17:47 [Buildroot] [PATCH] package/apparmor don't reference libapparmor variables Ian Merin via buildroot
2025-04-19 21:29 ` Thomas Petazzoni via buildroot
2025-05-02 10:47 ` Arnout Vandecappelle via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.