mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/rng-tools: normalize github macro package name
This usage of <PKG>_NAME was introduced in commitf9e9c6349a("package/rng-tools: bump to 6.7"). No other package uses <PKG>_NAME this way. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commita2b8596873) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d0d3df4322
commit
62d2ea5ef7
@@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
RNG_TOOLS_VERSION = 6.16
|
||||
RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
|
||||
RNG_TOOLS_SITE = $(call github,nhorman,rng-tools,v$(RNG_TOOLS_VERSION))
|
||||
RNG_TOOLS_LICENSE = GPL-2.0
|
||||
RNG_TOOLS_LICENSE_FILES = COPYING
|
||||
RNG_TOOLS_CPE_ID_VENDOR = rng-tools_project
|
||||
|
||||
Reference in New Issue
Block a user