From: Michael Ho
The PACKAGE_EXCLUDE variable is used to pass a list of packages to be
forbidden from installation with opkg. This list however does not account
normally for the renaming of packages which can occur (for example when the
debian bbclass is enabled, packages with libs are renamed fr
Error handling in shell scripts is too easy to forget and
get wrong. It is possible to check every external command
for return values but it is better to use a generic setting
which halts execution of the script on any failures.
Upstream-Status: Pending
Signed-off-by: Aditya Tayade
---
meta
Signed-off-by: Aditya Tayade
---
meta/recipes-core/dbus/dbus/run-ptest | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/dbus/dbus/run-ptest
b/meta/recipes-core/dbus/dbus/run-ptest
index 8a8970e..444ef4a 100755
--- a/meta/recipes-core/dbus/dbus/run-ptest
+++ b/meta/recipes
Reused lighttpd internal tests and did minimal patching to fix paths.
Upstream-Status: Pending
Signed-off-by: Aditya Tayade
---
...-use-standard-sbin-and-lib-path-for-ptest.patch | 37
meta/recipes-extended/lighttpd/lighttpd/run-ptest | 4 ++
meta/recipes-extended/lighttpd
During protobuf-ptest execution, add_person_cpp waits for user
inputs to write data into test.data file. Fixed this by supplying
dummy data through standard input.
Upstream-Status: Pending
Signed-off-by: Aditya Tayade
---
meta-oe/recipes-devtools/protobuf/protobuf/run-ptest | 2 +-
1 file