From 038d5bdab117e4c618442dfc96858263dd1ee72e Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 17 Feb 2022 18:14:37 +0100 Subject: layerscape: use semantic versions for LSDK PKG_VERSION should not contain the package name but the version only. Signed-off-by: Paul Spooren --- package/boot/uboot-layerscape/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/boot/uboot-layerscape') diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index 6681f21e2b..bd30a15ade 100644 --- a/package/boot/uboot-layerscape/Makefile +++ b/package/boot/uboot-layerscape/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-layerscape -PKG_VERSION:=LSDK-21.08 +PKG_VERSION:=21.08 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git -- cgit v1.2.3