[OE-core] [PATCH] bzip2: license and version print should output to stdout and exit

2024-11-14 Thread zhangle.yang via lists.openembedded.org
From: Eric Yang After displaying version or license, bzip2 should exit. It should not continue with compression. Signed-off-by: Eric Yang --- ...ion-print-should-output-to-stdout-an.patch | 53 +++ meta/recipes-extended/bzip2/bzip2_1.0.8.bb| 1 + 2 files changed, 54 inser

[OE-core] [PATCH] rpcbind: Fix rpcbind restart failure when rpcbind is not running

2013-11-27 Thread zhangle.yang
From: Zhangle Yang "rpcbind restart" executes stop and then start function. However, if rpcbind is not started, "exit 0" shall be run in stop function, so start function will not be run at all. This patch changes "exit 0" to "return 0". Signed-off-by: Zhangle Yang --- meta/recipes-extended/rpc

[OE-core] [PATCH] python: Fix ptest not working problems

2013-11-18 Thread zhangle.yang
From: Zhangle Yang The run-ptest contained in python uses a Makefile. The path of the Makefile is changed to ${libdir}/python/ptest in do_install_ptest. However, the directory is wrong when the project is configured with "--enable-multilib=lib32" In addition, do_install_ptest is defined before "