Really get the "general" packages

We are specifying the argument to get_packages incorrectly, so we are
not actually adding the packages in "general" to the list of packages.

In most cases, this is hidden as other more specific plugins/services
request their packages.  However, as
I2dafd32f211fcbc9fff53030d736d97a5f1bb2df shows, not always.  I think
this was uncovered by 5f8133caac097235ed4fe73d878df0ee907eb51c

Change-Id: Ie1b8d09369281059d21da61b2725a457f708ae9e
This commit is contained in:
Ian Wienand 2015-11-09 11:55:56 +11:00
parent 5f8133caac
commit b8509f09d6

View File

@ -61,7 +61,7 @@ export_proxy_variables
# ================
# Install package requirements
PACKAGES=$(get_packages general $ENABLED_SERVICES)
PACKAGES=$(get_packages general,$ENABLED_SERVICES)
PACKAGES="$PACKAGES $(get_plugin_packages)"
if is_ubuntu && echo $PACKAGES | grep -q dkms ; then