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 # "