From c36d08df99b26a96171a4921b1e28d9a6a4dcc99 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sat, 19 Oct 2024 06:17:51 +0800 Subject: [PATCH] oaf: set the package version Signed-off-by: sbwml --- oaf/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oaf/Makefile b/oaf/Makefile index 0d5cd7c..524322e 100755 --- a/oaf/Makefile +++ b/oaf/Makefile @@ -3,10 +3,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=oaf -include $(INCLUDE_DIR)/package.mk +PKG_VERSION:=5.0.2 -PKG_AUTOLOAD:=oaf -RSTRIP:=: +include $(INCLUDE_DIR)/package.mk define KernelPackage/oaf SECTION:=Derry Apps