[oe] [meta-ruby][PATCH] bundler: resolve build issues with RSS

Derek Straka derek at asterius.io
Fri Feb 24 19:41:41 UTC 2017


Signed-off-by: Derek Straka <derek at asterius.io>
---
 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/"
-- 
2.7.4




More information about the Openembedded-devel mailing list