While fetching the debs if the patch-build script can't find one of the
packages listed in "stx_packages" field or in "binary_packages" it will
fail instead of building the patch without it.
I have included two small changes in this review too:
- Removed print() call in line 129
- Improved debug description in line 97
Test plan:
PASS - Build patch with a non-existent package in "stx_packages"
see if error message is displayed.
PASS - Build patch with existent package in "stx_packages" see if
no error message is displayed.
PASS - Build patch with a non-existent package in "binary_packages"
see if error message is displayed.
PASS - Build patch with existent package in "binary_packages" see if
no error message is displayed.
Closes-bug: 2107493
Change-Id: Ia63638729a860f2bd9b6f6ea55763aea90dba992
Signed-off-by: Dostoievski Batista <dostoievski.albinobatista@windriver.com>