diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-10 21:17:36 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-10 21:17:36 +0200 |
commit | 7f1a5e873d4fe00128a176b40ad849cbee7d60f9 (patch) | |
tree | 2b4200b26dc933ed90c63ae9dee14d8ab013918d /recipes | |
parent | 7ac33686b56eac7bd5aeb072ccba4c76253a24ef (diff) |
cdparanoia_9.8alpha.bb: removed old version
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/cdparanoia/cdparanoia_9.8alpha.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/cdparanoia/cdparanoia_9.8alpha.bb b/recipes/cdparanoia/cdparanoia_9.8alpha.bb deleted file mode 100644 index 44c4c5ee63..0000000000 --- a/recipes/cdparanoia/cdparanoia_9.8alpha.bb +++ /dev/null @@ -1,22 +0,0 @@ -# cdparanoia OE build file -# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) -LICENSE = "GPL" -PR = "r3" - -SRC_URI = "http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz \ - file://fixes.patch \ - file://Makefile.patch" -SRC_URI[md5sum] = "7218e778b5970a86c958e597f952f193" -SRC_URI[sha256sum] = "1b79fae1aedc692f87d1344410f5c6b666961afccdc78bc5c4c257c450dfa008" - -S = "${WORKDIR}/cdparanoia-III-alpha9.8" - -inherit autotools - -do_install() { - oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \ - INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install -} - -PARALLEL_MAKE = "" |