From 305940c1b6bf67cf13de084b30f8e5aaf700fc93 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Mon, 2 Aug 2010 10:55:36 +0200 Subject: pthsem: 2.0.7 -> 2.0.8 Get rid of legacy staging --- recipes/pthsem/pthsem_2.0.7.bb | 34 ---------------------------------- recipes/pthsem/pthsem_2.0.8.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 34 deletions(-) delete mode 100644 recipes/pthsem/pthsem_2.0.7.bb create mode 100644 recipes/pthsem/pthsem_2.0.8.bb (limited to 'recipes/pthsem') diff --git a/recipes/pthsem/pthsem_2.0.7.bb b/recipes/pthsem/pthsem_2.0.7.bb deleted file mode 100644 index b08299ca67..0000000000 --- a/recipes/pthsem/pthsem_2.0.7.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "GNU Portable Threads replacement with semaphore support" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "GPL LGPL FDL" -PR = "r0" - -SRC_URI = "https://www.auto.tuwien.ac.at/~mkoegler/pth/pthsem-${PV}.tar.gz \ - file://ldflags.patch \ - " - -inherit autotools binconfig - -do_configure() { - gnu-configize - oe_runconf -} -do_install_prepend() { - cp ${S}/pth-config ${S}/pthsem-config -} -do_stage() { - oe_libinstall -so libpthsem ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/ - install -m 0644 ${S}/pth.h ${STAGING_INCDIR}/pthsem.h - install -d ${STAGING_BINDIR}/ - install -d ${STAGING_DATADIR}/aclocal - install pth.m4 ${STAGING_DATADIR}/aclocal/pthsem.m4 -} - -BINCONFIG_GLOB = "pthsem-config" - -PARALLEL_MAKE = "" - -SRC_URI[md5sum] = "b277716ee1224ca9925176fa29e1f0c5" -SRC_URI[sha256sum] = "6226f92f3a0950c6f3da8f9dcb7c76d08634515519bf35cd916b3cdcc1aeb130" 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" -- cgit 1.2.3-korg