diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-07 22:03:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:11:59 -0800 |
commit | e27af1f273e9a7348dd8f5542df9206acd9210f3 (patch) | |
tree | d64ef13757b323df5b04fcebfd5a84b645944e93 /meta/recipes-devtools/rpm | |
parent | 516d2029b31b014de1c87d23dd86208a4480579c (diff) | |
download | openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.tar.gz openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.tar.bz2 openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.tar.xz openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.zip |
bzip2: split into binary and library packages
* Create libbz2 (and -dev, -staticdev), which can be
installed without the bzip2 executables.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index 6be490fe0..64ae5373b 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb @@ -45,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" extrarpmdeps = "python perl" extrarpmdeps_virtclass-native = "file-native" -PR = "r31" +PR = "r32" # 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... |