[oe-commits] [meta-openembedded] 15/29: bundler: resolve build issues with RSS

git at git.openembedded.org git at git.openembedded.org
Sun Feb 26 11:25:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 0c46505d1e39b17fd4d07c347cda6ff74b619cce
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Feb 24 14:41:41 2017 -0500

    bundler: resolve build issues with RSS
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-ruby/recipes-devtools/ruby/bundler_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
index f2d8f3c..2b5cef4 100644
--- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
+++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
@@ -20,6 +20,8 @@ PV = "1.9.4"
 
 S = "${WORKDIR}/git"
 
+DEPENDS += "zlib"
+
 SRC_URI = " \
     git://github.com/bundler/bundler.git;branch=${BRANCH} \
     "
@@ -29,5 +31,3 @@ inherit ruby
 RDEPENDS_${PN} = "git"
 
 BBCLASSEXTEND = "native"
-
-PNBLACKLIST[bundler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130640/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list