summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb
new file mode 100644
index 0000000..cef61cb
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb
@@ -0,0 +1,25 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4SUMMARY = "Provides a mixin for enabling a class based logger object"
5DESCRIPTION = "Provides a mixin for enabling a class based logger \
6object, a-la Merb, Chef, and Nanite."
7
8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
10
11PR = "r0"
12
13BPV = "1.4.1"
14PV = "${BPV}"
15SRCREV = "b750625a79cc46fffe6b886320f96e7874497fa0"
16
17S = "${WORKDIR}/git"
18
19SRC_URI = " \
20 git://github.com/opscode/mixlib-log.git \
21 "
22
23inherit ruby
24
25BBCLASSEXTEND = "native"