mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
rpmresolve: improve debug output
Rename rpmresolve's -d option to -t and make -d enable debug output; add a -o option to specify the output file (so rpm debug output doesn't go to the output file) and also add a little more detail to some of the error messages. (From OE-Core rev: 163dd734d79fd7040b48b10bca6fde28460ac20c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5c23b3cc9f
commit
1ce0f3f867
@@ -151,7 +151,7 @@ list_installed_packages() {
|
||||
}
|
||||
|
||||
rootfs_list_installed_depends() {
|
||||
rpmresolve -d $INSTALL_ROOTFS_RPM/${rpmlibdir}
|
||||
rpmresolve -t $INSTALL_ROOTFS_RPM/${rpmlibdir}
|
||||
}
|
||||
|
||||
rootfs_install_packages() {
|
||||
|
||||
Reference in New Issue
Block a user