]> code.ossystems Code Review - openembedded-core.git/commit
package_ipk.bbclass: handle only whitespace in PACKAGE_EXCLUDE
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 25 Oct 2017 04:55:04 +0000 (21:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:31 +0000 (17:14 +0000)
commit809fda77324c5d4949b6490412f43d4bb95e4a94
treeaa181ca6f575d209cbdc86d2746c69158cb3a7c8
parent9260c60612048ccbb78b419f71328d4f91f1f83c
package_ipk.bbclass: handle only whitespace in PACKAGE_EXCLUDE

If PACKAGE_EXCLUDE is constructed using _append then it's possible
that the final value will contain only a space. Currently that
results in build failures due to an invalid opkg command line.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/classes/package_ipk.bbclass