diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-15 20:48:47 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-15 20:48:47 +0000 |
commit | eef5d664f297fc7854495418f63847072afcf756 (patch) | |
tree | 507b7da287e4a7a1321ba5370914fadcf3b5f617 /tremor | |
parent | d2f77f91fa3da6ec237c300507730332778e5529 (diff) |
Tremor:
-Remove oe files that refer to sources not available anymore
-Add BSD license to _svn.oe
BKrev: 4199162fJ1I9GCLTW3uil3ulH9cliA
Diffstat (limited to 'tremor')
-rw-r--r-- | tremor/tremor_20030325.oe | 25 | ||||
-rw-r--r-- | tremor/tremor_20040602.oe | 25 | ||||
-rw-r--r-- | tremor/tremor_svn.oe | 1 |
3 files changed, 1 insertions, 50 deletions
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 <greg@treke.net>" -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 <greg@treke.net>" -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 <greg@treke.net>" DEPENDS = "libogg" DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." PV = "svn-${CVSDATE}" +LICENSE = "BSD" DEFAULT_PREFERENCE = "-1" |