summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 05:01:32 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 05:01:32 (EDT)
commit1d6d2de756a786abe78cdf6424931fe2f0b1b014 (patch)
tree798e599ed8c5767caa9000d4942a2423b66f23e5 /NEWS
parentc856188beb3615ba61ce75743d1a36d0349536ff (diff)
NEWS: Document binary substvars fix
This fixed: [...] ob-gencontrol: Generating control files for package "opkg-dbg"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-dbg__SHLIB_DEPENDS=: not found ob-gencontrol: Generating control files for package "opkg-gpg"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-gpg__SHLIB_DEPENDS=libassuan.0, libc.6, libgpg-error.0, libgpgme.11,: not found ob-gencontrol: Warning: Unknown substitution variable "Shlib-Depends" ob-gencontrol: Generating control files for package "opkg"... ob-gencontrol: Generating control files for package "opkg-common"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-common__SHLIB_DEPENDS=: not found ob-gencontrol: Generating control files for package "opkg-doc"... /usr/bin/ob-gencontrol: eval: line 1: _OB_SUBSTVAR_BIN_opkg-doc__SHLIB_DEPENDS=: not found [...] ob-genchanges: Generating "opkg_0.2.4-1_amd64-linux-glibc_dev.changes"... /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-common__SHLIB_DEPENDS=: not found /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-dbg__SHLIB_DEPENDS=: not found /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-doc__SHLIB_DEPENDS=: not found /usr/bin/ob-genchanges: eval: line 1: _OB_SUBSTVAR_BIN_opkg-gpg__SHLIB_DEPENDS=libassuan.0, libc.6, libgpg-error.0, libgpgme.11,: not found
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06ed5b4..0b71451 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Bug fixes and minor changes:
output formatting of the ls command at build time.
* configure no longer checks for make. This was needed for mksysconf,
which was removed in version 4.0.0.
+ * Substitution variables are now correctly set for binary packages
+ with non-alphanumeric characters in their names.
opkbuild version 4.0.0
----------------------