aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bluez/bluez-utils_3.9.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-05-17 16:02:55 +0000
committerHolger Freyther <zecke@selfish.org>2007-05-17 16:02:55 +0000
commit395129424bf741ae06cee6d1b8939b0f75fef180 (patch)
tree24b942d315770c2dfb611a5a7d053ca6c5e6c786 /packages/bluez/bluez-utils_3.9.bb
parent6c5fda9795cfa099293cc22a552fcf593d132816 (diff)
downloadopenembedded-395129424bf741ae06cee6d1b8939b0f75fef180.tar.gz
packages/bluez/bluez-utils: angstrom uclibc fixlet. Make custom ppoll not clash with sys/poll.h
uclibc on ARM has no ppoll symbol but a declaration in sys/poll.h. Give the bluez stub another name to avoid compile errors.
Diffstat (limited to 'packages/bluez/bluez-utils_3.9.bb')
-rw-r--r--packages/bluez/bluez-utils_3.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils_3.9.bb b/packages/bluez/bluez-utils_3.9.bb
index 60b5becd99..29c472fbbd 100644
--- a/packages/bluez/bluez-utils_3.9.bb
+++ b/packages/bluez/bluez-utils_3.9.bb
@@ -2,7 +2,8 @@ require bluez-utils.inc
PACKAGES =+ "${PN}-ciptool"
-SRC_URI += "file://uclibc-fix.patch;patch=1"
+SRC_URI += "file://uclibc-fix.patch;patch=1 \
+ file://ppoll-uclibc-arm-r0.patch;patch=1 "
FILES_${PN}-ciptool = "/bin/ciptool"
RREPLACES_${PN}-ciptool = "bluez-utils-dbus-ciptool"