diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2014-10-06 09:05:08 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-06 16:03:13 +0100 |
commit | 09a51b9976f1ea3f0442778a615442b40bcdce95 (patch) | |
tree | 5a7942f3a1d3c6fdaa6a37f93ee53c7d55f03c39 /meta/recipes-devtools/opkg/opkg_0.2.2.bb | |
parent | fc37a44a011d63fab394e0cbca2a0494b4d5721b (diff) | |
download | poky-09a51b9976f1ea3f0442778a615442b40bcdce95.tar.gz |
package_ipk.bbclass: Fix SRC_URI whitespace handling
The SRC_URI may contain whitespace, but be otherwise empty. This can happen
in the case:
MYSRC = ""
MYSRC_arm = "file://myarm.patch"
SRC_URI += "${MYSRC}"
Unless we strip blank spaces, to determine if it is empty, we can end up
generating a "Source: " line which in invalid. This leads to the error:
invalid Source: field is speified in the generated CONTROL file
(From OE-Core rev: 16cedc3bce6fc37543e9ef053cd7c589e523ca1c)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.2.2.bb')
0 files changed, 0 insertions, 0 deletions