diff options
Diffstat (limited to 'packages/bluez/bluez-utils_3.9.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.9.bb | 3 |
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" |