aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libaio
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:53:57 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:05 -0700
commit49d88fab537c281b324095dc107b26195c82a365 (patch)
tree7cfe3f7f4242f48d1651c102183579865ae0bd59 /recipes/libaio
parentdc43ce6b166dc8c5aed4dfdcec46c66e16251398 (diff)
downloadopenembedded-49d88fab537c281b324095dc107b26195c82a365.tar.gz
libaio-oracle: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/libaio')
-rw-r--r--recipes/libaio/libaio-oracle_0.3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libaio/libaio-oracle_0.3.0.bb b/recipes/libaio/libaio-oracle_0.3.0.bb
index d966c8bafb..5d4e5efda7 100644
--- a/recipes/libaio/libaio-oracle_0.3.0.bb
+++ b/recipes/libaio/libaio-oracle_0.3.0.bb
@@ -5,7 +5,7 @@
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"
+PR = "r3"
SRC_URI = "http://oss.oracle.com/projects/libaio-oracle/dist/files/${PN}-${PV}.tar.gz"
@@ -17,7 +17,7 @@ inherit autotools
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_libc-uclibc = " file://raw.h"
do_configure_prepend_linux-uclibc () {
install -D -m 0644 ${WORKDIR}/raw.h ${S}/sys/raw.h