Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/aufs: don't set invalid AUFS_SITE if version is unset
@ 2022-04-05  2:50 James Hilliard
  2022-04-05 17:19 ` Arnout Vandecappelle
  0 siblings, 1 reply; 6+ messages in thread
From: James Hilliard @ 2022-04-05  2:50 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Matt Weber

Fixes:
package/aufs/aufs.mk:24: *** AUFS_SITE (https://github.com/sfjro/aufs4-standalone/archive/) cannot have a trailing slash.  Stop.
make: *** [Makefile:84: _all] Error 2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/aufs/aufs.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/aufs/aufs.mk b/package/aufs/aufs.mk
index 4e95a350a0..b2dda771d9 100644
--- a/package/aufs/aufs.mk
+++ b/package/aufs/aufs.mk
@@ -8,6 +8,7 @@ AUFS_VERSION = $(call qstrip,$(BR2_PACKAGE_AUFS_VERSION))
 AUFS_LICENSE = GPL-2.0
 AUFS_LICENSE_FILES = COPYING
 
+ifneq ($(AUFS_VERSION),)
 ifeq ($(BR2_PACKAGE_AUFS_SERIES),3)
 AUFS_SITE = http://git.code.sf.net/p/aufs/aufs3-standalone
 AUFS_SITE_METHOD = git
@@ -16,6 +17,7 @@ AUFS_SITE = $(call github,sfjro,aufs4-standalone,$(AUFS_VERSION))
 else ifeq ($(BR2_PACKAGE_AUFS_SERIES),5)
 AUFS_SITE = $(call github,sfjro,aufs5-standalone,$(AUFS_VERSION))
 endif
+endif
 
 ifeq ($(BR_BUILDING):$(BR2_PACKAGE_AUFS):$(AUFS_VERSION),y:y:)
 $(error No aufs version specified)
-- 
2.25.1

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

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

end of thread, other threads:[~2022-04-09  8:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-05  2:50 [Buildroot] [PATCH 1/1] package/aufs: don't set invalid AUFS_SITE if version is unset James Hilliard
2022-04-05 17:19 ` Arnout Vandecappelle
2022-04-05 20:09   ` James Hilliard
2022-04-05 21:12     ` Yann E. MORIN
2022-04-08 23:56       ` James Hilliard
2022-04-09  8:40         ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox