diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-11-06 13:44:36 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-11-06 13:44:36 -0800 |
commit | dc368cbcd0930f122ba70656066113dbdb879d12 (patch) | |
tree | 1534e8627a637887885c94aab24d53aa5e4b6341 /utils/open-plc-utils | |
parent | bc638d31000c94248efd1f53752564aed4c5301a (diff) |
open-plc-utils: Force creation of open-plc-utils metapackage
Without it, all other plugin packages are not installable.
Fixes #3481
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'utils/open-plc-utils')
-rw-r--r-- | utils/open-plc-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile index 1017ee88c..0cb49dbf0 100644 --- a/utils/open-plc-utils/Makefile +++ b/utils/open-plc-utils/Makefile @@ -91,6 +91,7 @@ define Build/Compile endef define Package/open-plc-utils/install + true endef define BuildPlugin |