From 0f61380d28b382bae306c189ec0cc6a3602b96ec Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Mon, 28 May 2018 10:39:29 +0200 Subject: [PATCH] documentation: remove unneeded comment --- packages/packages.mk.addon_template | 1 - packages/packages.mk.template | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/packages.mk.addon_template b/packages/packages.mk.addon_template index 867000ba67..f03e3818ed 100644 --- a/packages/packages.mk.addon_template +++ b/packages/packages.mk.addon_template @@ -38,7 +38,6 @@ PKG_ADDON_TYPE="[type]" # PKG_ADDON_PROVIDES="executable" # PKG_ADDON_REQUIRES="some.addon:0.0.0" -# build specific variables #PKG_CMAKE_OPTS_TARGET="-DWITH_EXAMPLE_PATH=/storage/.example # " diff --git a/packages/packages.mk.template b/packages/packages.mk.template index cb3653ded2..05d0f59092 100644 --- a/packages/packages.mk.template +++ b/packages/packages.mk.template @@ -30,7 +30,6 @@ PKG_SHORTDESC="[short description of the package, e.g. libexample: library to ca PKG_LONGDESC="[long description of the package, often taken from the package/project website, e.g. libexample: this project is created to calculate examples for x and y, with maximum efficiency and fewer errors]" # PKG_TOOLCHAIN="auto" -# build specific variables #PKG_CMAKE_OPTS_TARGET="-DWITH_EXAMPLE_PATH=/storage/.example # "