mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
linux, package: do not use <pkg>_NAME when defining CPE ID variables
As we discussed on the mailing list, using $(<pkg>_NAME) when defining CPE ID variables feels a bit odd and needlessly complicated. Just use the package name directly. Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
a9c830c0d5
commit
792f92db2b
@@ -8,8 +8,8 @@ IPERF_VERSION = 2.0.13
|
||||
IPERF_SITE = http://downloads.sourceforge.net/project/iperf2
|
||||
IPERF_LICENSE = MIT-like
|
||||
IPERF_LICENSE_FILES = COPYING
|
||||
IPERF_CPE_ID_VENDOR = $(IPERF_NAME)2_project
|
||||
IPERF_CPE_ID_NAME = $(IPERF_NAME)2
|
||||
IPERF_CPE_ID_VENDOR = iperf2_project
|
||||
IPERF_CPE_ID_NAME = iperf2
|
||||
|
||||
IPERF_CONF_OPTS = \
|
||||
--disable-web100
|
||||
|
||||
Reference in New Issue
Block a user