From e2a80b06689b24a9ad4c8503401f03bd7cdb925d Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 8 Oct 2010 12:23:57 +0200 Subject: libaio/libaio-oracle_0.3.0.bb: RDEPENDS -> RDEPENDS_${PN} Signed-off-by: Frans Meulenbroeks Acked-by: Martin Jansa --- recipes/libaio/libaio-oracle_0.3.0.bb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'recipes/libaio/libaio-oracle_0.3.0.bb') diff --git a/recipes/libaio/libaio-oracle_0.3.0.bb b/recipes/libaio/libaio-oracle_0.3.0.bb index f73af62555..d966c8bafb 100644 --- a/recipes/libaio/libaio-oracle_0.3.0.bb +++ b/recipes/libaio/libaio-oracle_0.3.0.bb @@ -2,22 +2,22 @@ # Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see /COPYING) -DESCRIPTION="This is a library for accessing the new AIO system calls (asynchronous i/o) for the Linux kernel." -HOMEPAGE="http://oss.oracle.com/projects/libaio-oracle" -LICENSE="LGPL" -PR = "r1" +DESCRIPTION = "This is a library for accessing the new AIO system calls (asynchronous i/o) for the Linux kernel." +HOMEPAGE = "http://oss.oracle.com/projects/libaio-oracle" +LICENSE = "LGPL" +PR = "r2" -SRC_URI="http://oss.oracle.com/projects/libaio-oracle/dist/files/${PN}-${PV}.tar.gz" +SRC_URI = "http://oss.oracle.com/projects/libaio-oracle/dist/files/${PN}-${PV}.tar.gz" -DEPENDS="libaio" -RDEPENDS="libaio" +DEPENDS = "libaio" +RDEPENDS_${PN} = "libaio" inherit autotools -FILES_${PN}="/usr" +FILES_${PN} = "/usr" #We don't have a raw.h with uClibc, so copy in the one from glibc -SRC_URI_append_linux-uclibc=" file://raw.h" +SRC_URI_append_linux-uclibc = " file://raw.h" do_configure_prepend_linux-uclibc () { install -D -m 0644 ${WORKDIR}/raw.h ${S}/sys/raw.h -- cgit 1.2.3-korg