[OE-core] [PATCH 0/1] scripts/rpm2cpio.sh fix

tom.zanussi at intel.com tom.zanussi at intel.com
Fri Dec 30 01:29:01 UTC 2011


From: Tom Zanussi <tom.zanussi at intel.com>

When running rpm2cpio.sh on an xz-compressed rpm, it failed with the error:

tmp/sysroots/x86_64-linux/usr/bin/unlzma: (stdin): File format not recognized

This is due to the script demanding lowercase in tests that might produce
uppercase output, such as newer versions of 'file'.

Tom Zanussi (1):
  rpm2cpio.sh: make compression tests case-insensitive

 scripts/rpm2cpio.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)





More information about the Openembedded-core mailing list