From ba2f0fc68ebbc18c2b7bac6acae2bc65f33f61b8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 00:08:58 -0400 Subject: tests/aux/common.sh: Set OPK_PACKAGES and OPK_PACKAGES_REDUCED --- (limited to 'tests/aux') 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. -- cgit v0.9.1