From 8f738d5d18349167ce32158a77cea089e4773e55 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 9 Aug 2010 21:25:57 +0200 Subject: cdparanoia: oe-stylize Signed-off-by: Frans Meulenbroeks --- recipes/cdparanoia/cdparanoia_9.8alpha.bb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'recipes/cdparanoia/cdparanoia_9.8alpha.bb') diff --git a/recipes/cdparanoia/cdparanoia_9.8alpha.bb b/recipes/cdparanoia/cdparanoia_9.8alpha.bb index 2855814420..44c4c5ee63 100644 --- a/recipes/cdparanoia/cdparanoia_9.8alpha.bb +++ b/recipes/cdparanoia/cdparanoia_9.8alpha.bb @@ -2,23 +2,21 @@ # 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 -PARALLEL_MAKE = "" - do_install() { oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \ INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install } -SRC_URI[md5sum] = "7218e778b5970a86c958e597f952f193" -SRC_URI[sha256sum] = "1b79fae1aedc692f87d1344410f5c6b666961afccdc78bc5c4c257c450dfa008" +PARALLEL_MAKE = "" -- cgit 1.2.3-korg