aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pthsem/pthsem_2.0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pthsem/pthsem_2.0.8.bb')
-rw-r--r--recipes/pthsem/pthsem_2.0.8.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/pthsem/pthsem_2.0.8.bb b/recipes/pthsem/pthsem_2.0.8.bb
new file mode 100644
index 0000000000..e7dba25452
--- /dev/null
+++ b/recipes/pthsem/pthsem_2.0.8.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "GNU Portable Threads replacement with semaphore support"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL FDL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/bcusdk/pthsem/pthsem_${PV}.tar.gz \
+ "
+
+inherit autotools binconfig
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}
+do_install_prepend() {
+ cp ${S}/pth-config ${S}/pthsem-config
+}
+
+BINCONFIG_GLOB = "pthsem-config"
+
+PARALLEL_MAKE = ""
+
+SRC_URI[md5sum] = "9144b26dcc27e67498d63dd5456f934c"
+SRC_URI[sha256sum] = "4024cafdd5d4bce2b1778a6be5491222c3f6e7ef1e43971264c451c0012c5c01"