[oe-commits] Armin Kuster : bundler: update to 1.9.4

git at git.openembedded.org git at git.openembedded.org
Mon Jun 8 12:16:12 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: f0221b5f2268596c064183f69dd70291e9d831d5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f0221b5f2268596c064183f69dd70291e9d831d5

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Thu Jun  4 16:11:24 2015 -0700

bundler: update to 1.9.4

add depends for git.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-ruby/recipes-devtools/ruby/bundler_git.bb | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
index fc73001..7d79544 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"



More information about the Openembedded-commits mailing list