From: Holger Freyther Date: Mon, 15 Nov 2004 20:48:47 +0000 (+0000) Subject: Tremor: X-Git-Tag: Release-2010-05/1~16220 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef5d664f297fc7854495418f63847072afcf756;p=openembedded.git Tremor: -Remove oe files that refer to sources not available anymore -Add BSD license to _svn.oe BKrev: 4199162fJ1I9GCLTW3uil3ulH9cliA --- diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe deleted file mode 100644 index dd6d36c161..0000000000 --- a/tremor/tremor_20030325.oe +++ /dev/null @@ -1,25 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert " -DEPENDS = "libogg" -DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." - -SRC_URI = "http://treke.net/oe/source/Tremor_xiph.org__${PV}.tar.gz" - -S = "${WORKDIR}/Tremor" - -inherit autotools - -EXTRA_OECONF=" --enable-shared --disable-rpath " - -#do_configure_prepend() { -# ./autogen.sh -#} - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR}/tremor \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} diff --git a/tremor/tremor_20040602.oe b/tremor/tremor_20040602.oe deleted file mode 100644 index dd6d36c161..0000000000 --- a/tremor/tremor_20040602.oe +++ /dev/null @@ -1,25 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert " -DEPENDS = "libogg" -DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." - -SRC_URI = "http://treke.net/oe/source/Tremor_xiph.org__${PV}.tar.gz" - -S = "${WORKDIR}/Tremor" - -inherit autotools - -EXTRA_OECONF=" --enable-shared --disable-rpath " - -#do_configure_prepend() { -# ./autogen.sh -#} - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR}/tremor \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} diff --git a/tremor/tremor_svn.oe b/tremor/tremor_svn.oe index a0eda77cf5..5ab49765bf 100644 --- a/tremor/tremor_svn.oe +++ b/tremor/tremor_svn.oe @@ -4,6 +4,7 @@ MAINTAINER = "Greg Gilbert " DEPENDS = "libogg" DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." PV = "svn-${CVSDATE}" +LICENSE = "BSD" DEFAULT_PREFERENCE = "-1"