mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 14:09:47 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
#
|
||||
# Patch managed by http://www.holgerschurig.de/patcher.html
|
||||
#
|
||||
|
||||
--- C/ipkg_cmd.c~terse
|
||||
+++ C/ipkg_cmd.c
|
||||
@@ -148,9 +146,7 @@
|
||||
int result;
|
||||
p_userdata = userdata;
|
||||
result = (cmd->fun)(conf, argc, argv);
|
||||
- if ( result == 0 ) {
|
||||
- ipkg_message(conf, IPKG_NOTICE, "Successfully terminated.\n");
|
||||
- } else {
|
||||
+ if ( result != 0 ) {
|
||||
ipkg_message(conf, IPKG_NOTICE, "An error ocurred, return value: %d.\n", result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user