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:03 +0100 |
commit | 16cedc3bce6fc37543e9ef053cd7c589e523ca1c (patch) | |
tree | 9e4e2e1f516308239c3c7b56735f1f1e9e285671 /meta/recipes-connectivity/ppp-dialin | |
parent | a2709547644ae417fbd5435e1372068c7cd5db4c (diff) | |
download | openembedded-core-16cedc3bce6fc37543e9ef053cd7c589e523ca1c.tar.gz openembedded-core-16cedc3bce6fc37543e9ef053cd7c589e523ca1c.tar.bz2 openembedded-core-16cedc3bce6fc37543e9ef053cd7c589e523ca1c.zip |
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
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ppp-dialin')
0 files changed, 0 insertions, 0 deletions