Files
poky/meta/recipes-devtools
Paul Barker d32189a11e opkg: Fix add-exclude.patch
The case statement for ARGS_OPT_ADD_EXCLUDE added to the argument handling
switch statement in opkg was missing a "break;" at the end, so it was falling
through into the handler for ARGS_OPT_NOACTION. Thus when "--add-exclude" was
specified on the command line it was as if "--noaction" was also being
specified. This appears to be the root cause of YP bug 5311.

Tested using the case described by Alexandru Georgescu in YP bug 5311:

    MACHINE ??= "qemux86"
    IMAGE_INSTALL_append = " man"
    PACKAGE_EXCLUDE = "man"
    PACKAGE_CLASSES ?= "package_ipk"

Built image and boot tested on qemu, ensured that man was not installed but the
rest of the system was installed correctly.

(From OE-Core rev: c269cea3117d7fa120c02bdb47d1adf18a1bcba1)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Saul Wold <saul.wold@intel.com>
Cc: Alexandru Georgescu <alexandru.c.georgescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-02-20 14:28:12 +00:00
..
2014-01-06 11:13:58 +00:00
2013-07-02 22:23:49 +01:00
2013-12-14 09:11:19 +00:00
2014-01-14 11:33:52 +00:00
2014-01-28 00:52:32 +00:00
2014-02-17 15:28:58 +00:00
2014-01-02 12:50:21 +00:00
2013-12-09 18:01:44 +00:00
2014-02-14 12:30:20 +00:00
2014-02-09 09:42:52 +00:00
2014-01-02 12:56:28 +00:00
2014-01-02 12:50:24 +00:00
2014-02-17 15:28:58 +00:00
2014-01-02 12:50:21 +00:00
2013-10-26 15:59:10 +01:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:21 +00:00
2014-02-09 09:42:52 +00:00
2014-02-20 14:28:12 +00:00
2014-01-02 22:39:23 +00:00
2014-02-04 11:00:45 +00:00
2014-01-02 12:50:18 +00:00
2013-08-13 23:05:58 +01:00