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/quilt | |
parent | 516d2029b31b014de1c87d23dd86208a4480579c (diff) | |
download | openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.tar.gz openembedded-core-e27af1f273e9a7348dd8f5542df9206acd9210f3.tar.bz2 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/quilt')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt_0.51.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt_0.51.bb b/meta/recipes-devtools/quilt/quilt_0.51.bb index 6691d1519c..1c6ca73ca2 100644 --- a/meta/recipes-devtools/quilt/quilt_0.51.bb +++ b/meta/recipes-devtools/quilt/quilt_0.51.bb @@ -4,4 +4,4 @@ RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" SRC_URI += "file://aclocal.patch \ file://gnu_patch_test_fix_target.patch \ " -PR = "r0" +PR = "r1" |