aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lttng/userspace-rcu.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-12-10 12:51:38 -0700
committerTom Rini <tom_rini@mentor.com>2010-12-10 12:52:43 -0700
commit7ebbccee5eea68a1b7b5505aa8708e0eb547d135 (patch)
tree1d361f23d0815067f1e3b87f5508dbf72da5e376 /recipes/lttng/userspace-rcu.inc
parentb9539b9e75aabbb6f2f99b35abaf6aa9e5e388fc (diff)
downloadopenembedded-7ebbccee5eea68a1b7b5505aa8708e0eb547d135.tar.gz
ust / userspace-rcu: Add recipes
Based on Esben Haabendal's recipes. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/lttng/userspace-rcu.inc')
-rw-r--r--recipes/lttng/userspace-rcu.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/lttng/userspace-rcu.inc b/recipes/lttng/userspace-rcu.inc
new file mode 100644
index 0000000000..592b598e58
--- /dev/null
+++ b/recipes/lttng/userspace-rcu.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "Userspace RCU - liburcu is a userspace RCU (read-copy-update) library."
+SECTION = "libs"
+PRIORITY = "optional"
+PROVIDES = "liburcu"
+LICENSE = "LGPLv2.1"
+
+PR = "r1"
+
+SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
+
+S = "${WORKDIR}/userspace-rcu-${PV}"
+
+inherit autotools