]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package_manager.py: Allow a leading - in PACKAGE_EXCLUDE_COMPLEMENTARY
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 5 Oct 2016 15:30:45 +0000 (17:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2016 06:51:00 +0000 (07:51 +0100)
commit2334201960020e8495891148c89d6c16e0414b0a
tree4d8274c1e5a752f63c170b4cf981e26000b7aa36
parentb16001f3e2d54a6b35f185b5ff71bcb797fa7e0d
package_manager.py: Allow a leading - in PACKAGE_EXCLUDE_COMPLEMENTARY

This allows a regular expression specified in
PACKAGE_EXCLUDE_COMPLEMENTARY to have a leading dash. Without this,
the dash was treated by oe-pkgdata-util as the beginning of a command
line argument. E.g., if PACKAGE_EXCLUDE_COMPLEMENTARY = "-foo$", it
resulted in an error like:

  ERROR: <imagename>-1.0-r0 do_populate_sdk: Could not compute
  complementary packages list. Command '<topdir>/scripts/oe-pkgdata-util -p
  <builddir>/tmp/sysroots/<machine>/pkgdata glob
  <workdir>/installed_pkgs.txt *-dev *-dbg -x -foo$' returned 2:
  ERROR: argument -x/--exclude: expected one argument
  usage: oe-pkgdata-util glob [-h] [-x EXCLUDE] pkglistfile glob [glob ...]

(From OE-Core rev: ac4ca41d3a27356d46c0c39053e74d3519b24c44)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py