summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-25 18:05:31 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-25 18:05:31 (EST)
commit41348f1255cf5941222442accec97fd00c6c2226 (patch)
treeaa2b4ee336071fb627e069e2c0d5160fa649526f /src/opkbuild.sh
parente989132330af870bd35db583a8218c0d23fd7798 (diff)
opkbuild: Add an extremely thoughtful TODO comment
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index 361a5f5..6c19b89 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -276,6 +276,7 @@ setup_build()
ob_get_binary_packages -a 'all' -P 'all')"
# This is an internal non-SPF variable. The definition of OPK_PACKAGES
# may change in future SPF versions.
+ # TODO: ???
OPK_PACKAGES_REDUCED="$(\
ob_get_binary_packages -a "${OPK_HOST_ARCH}" \
-P "${OPK_HOST_PLAT}")"