diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:08:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 00:08:58 (EDT) |
commit | ba2f0fc68ebbc18c2b7bac6acae2bc65f33f61b8 (patch) | |
tree | d27a090a7cd324cba8da662a88e39f7e44019c7d | |
parent | b2614f433e429a707ea49faeb175601efc800479 (diff) |
tests/aux/common.sh: Set OPK_PACKAGES and OPK_PACKAGES_REDUCED
-rw-r--r-- | tests/aux/common.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/aux/common.sh b/tests/aux/common.sh index 236b6d9..fadf791 100644 --- a/tests/aux/common.sh +++ b/tests/aux/common.sh @@ -86,7 +86,8 @@ export OPK_SOURCE='foo' export OPK_SOURCE_VERSION='1.0-1' export OPK_SOURCE_VERSION_UPSTREAM='1.0' export OPK_BINARY_VERSION='1.0-1' -export OPK_PACKAGES='' # TODO +export OPK_PACKAGES='foo bar' +export OPK_PACKAGES_REDUCED='foo bar' # Section 7.3.2 Build and Host System Variables # OPK_BUILD_ARCH_GNU and OPK_HOST_ARCH_GNU aren't set or used by opkbuild # utilities. These should be removed from the SPF. |