From f0221b5f2268596c064183f69dd70291e9d831d5 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 4 Jun 2015 16:11:24 -0700 Subject: bundler: update to 1.9.4 add depends for git. Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa --- meta-ruby/recipes-devtools/ruby/bundler_git.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'meta-ruby') diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb index fc73001052..7d79544290 100644 --- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb +++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb @@ -13,19 +13,21 @@ been installed, so that others can install the exact same gems." LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=196bb963e601609817d7e9ac9a64a867" -PR = "r0" +SRCREV = "06dc8472b9142fd6aaefff780d6d252c20dc2a04" -PV = "1.6.2" -SRCREV = "06e3647c117da210ffd15a174624497830addd7b" +BRANCH = "1-9-stable" +PV = "1.9.4" S = "${WORKDIR}/git" SRC_URI = " \ - git://github.com/bundler/bundler.git \ + git://github.com/bundler/bundler.git;branch=${BRANCH} \ " inherit ruby FILES_${PN} += "${libdir}/ruby/gems" +RDEPENDS_${PN} = "git" + BBCLASSEXTEND = "native" -- cgit 1.2.3-korg