All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] rpm_5.4.0.bb: Add xz as rpm DEPENDS
Date: Wed, 23 Nov 2011 17:46:04 +0000	[thread overview]
Message-ID: <1322070364.15626.17.camel@ted> (raw)
In-Reply-To: <1322035877-18151-1-git-send-email-msm@freescale.com>

On Wed, 2011-11-23 at 02:11 -0600, Matthew McClintock wrote:
> This fixes the following issue:
> 
> Log data follows:
> | NOTE: Creating RPM package for perf-dbg
> | NOTE: Creating RPM package for perf
> | NOTE: Creating EMPTY RPM Package for kernel
> | NOTE: Creating EMPTY RPM Package for kernel-3.0.9-00348-gec4b357
> | NOTE: Creating RPM package for kernel-image-3.0.9-00348-gec4b357
> | NOTE: Creating RPM package for kernel-dev
> | NOTE: Creating RPM package for kernel-vmlinux
> | NOTE: Not creating empty RPM package for kernel-misc
> | NOTE: Creating RPM package for kernel-devicetree
> | NOTE: Creating RPM package for kernel-module-libcrc32c
> | NOTE: Creating RPM package for kernel-module-crc-itu-t
> | NOTE: Creating RPM package for kernel-module-sctp
> | NOTE: Creating RPM package for kernel-module-pcbc
> | NOTE: Creating RPM package for kernel-module-crc32c
> | NOTE: Creating RPM package for kernel-module-binfmt-misc
> | NOTE: Creating RPM package for kernel-module-nfsd
> | NOTE: Creating RPM package for kernel-module-exportfs
> | NOTE: Creating RPM package for kernel-module-msdos
> | NOTE: Creating RPM package for kernel-module-nls-utf8
> | NOTE: Creating RPM package for kernel-module-udf
> | NOTE: Creating RPM package for kernel-module-isofs
> | NOTE: Creating RPM package for kernel-module-usbhid
> | NOTE: Creating RPM package for kernel-module-scsi-wait-scan
> | NOTE: Creating EMPTY RPM Package for kernel-modules
> | /local/home/mattsm/git/fsl-local-sdk/build_p4080ds_release/tmp/sysroots/x86_64-linux/usr/bin/rpmbuild.real: error while loading shared libraries: liblzma.so.5: cannot open shared object file: No such file or directory
> | ERROR: Function 'BUILDSPEC' failed (see /local/home/mattsm/git/fsl-local-sdk/build_p4080ds_release/tmp/work/p4080ds-fsl-linux/linux-qoriq-sdk-3.0.6-r2/temp/log.do_package_write_rpm.18943 for further information)
> 
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
>  meta/recipes-devtools/rpm/rpm_5.4.0.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)DISTRO_FEATURES_BACKFILLCONSIDERED
> 
> diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
> index 356512a..87fb833 100644
> --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
> +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
> @@ -42,10 +42,10 @@ HOMEPAGE = "http://rpm5.org/"
>  LICENSE = "LGPL 2.1"
>  LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
>  
> -DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
> +DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt xz ${extrarpmdeps}"
>  extrarpmdeps = "python perl"
>  extrarpmdeps_virtclass-native = "file-native"
> -PR = "r22"
> +PR = "r23"
>  
>  # rpm2cpio is a shell script, which is part of the rpm src.rpm.  It is needed
>  # in order to extract the distribution SRPM into a format we can extract...

If we don't need xy (we don't as far as I know?), could we just disable
it instead? 

Cheers,

Richard







  reply	other threads:[~2011-11-23 17:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-23  8:11 [PATCH] rpm_5.4.0.bb: Add xz as rpm DEPENDS Matthew McClintock
2011-11-23 17:46 ` Richard Purdie [this message]
2011-11-28 21:22   ` [PATCH] rpm_5.4.0.bb: Build rpm without xz Matthew McClintock
2011-11-29 16:05     ` Saul Wold
2011-11-29 16:47       ` Mark Hatle
2011-11-29 16:58         ` McClintock Matthew-B29882
2011-11-28 21:28   ` [PATCH] rpm_5.4.0.bb: Add xz as rpm DEPENDS McClintock Matthew-B29882

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1322070364.15626.17.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.