From fe4cd719a0e94ef5369489e9461880a52ef67606 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 14 Mar 2008 10:41:31 +0000 Subject: pth: upgraded to 2.0.7 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4002 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/pth/pth_2.0.2.bb | 29 ----------------------------- meta/packages/pth/pth_2.0.7.bb | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 meta/packages/pth/pth_2.0.2.bb create mode 100644 meta/packages/pth/pth_2.0.7.bb (limited to 'meta/packages/pth') diff --git a/meta/packages/pth/pth_2.0.2.bb b/meta/packages/pth/pth_2.0.2.bb deleted file mode 100644 index 78c06bfd93..0000000000 --- a/meta/packages/pth/pth_2.0.2.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "GNU Portable Threads" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "GPL LGPL FDL" -PR = "r0" - -SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" - -PARALLEL_MAKE="" - -inherit autotools - -do_configure() { - gnu-configize - oe_runconf -} - -do_stage() { - oe_libinstall -so libpth ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/ - for X in pth.h - do - install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X - done - - install -d ${STAGING_DATADIR}/aclocal - install pth.m4 ${STAGING_DATADIR}/aclocal/ -} diff --git a/meta/packages/pth/pth_2.0.7.bb b/meta/packages/pth/pth_2.0.7.bb new file mode 100644 index 0000000000..cdb0cf2cb1 --- /dev/null +++ b/meta/packages/pth/pth_2.0.7.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "GNU Portable Threads" +SECTION = "libs" +PRIORITY = "optional" +LICENSE = "GPL LGPL FDL" + +SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" + +PARALLEL_MAKE="" + +inherit autotools + +do_configure() { + gnu-configize + oe_runconf +} + +do_stage() { + oe_libinstall -so libpth ${STAGING_LIBDIR} + + install -d ${STAGING_INCDIR}/ + for X in pth.h + do + install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X + done + + install -d ${STAGING_DATADIR}/aclocal + install pth.m4 ${STAGING_DATADIR}/aclocal/ +} -- cgit v1.2.3-54-g00ecf