Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meta-refkit/recipes-opencl/beignet/beignet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SRCREV = "8b04f0be372da8eabdc93d6ae1b81a3c83cba284"
S = "${WORKDIR}/git"

# we need to depend on ocl-icd, so that the exported symbols go right
DEPENDS = "${PN}-native clang libdrm mesa ocl-icd"
DEPENDS = "${PN}-native clang libdrm mesa ocl-icd ncurses"
DEPENDS_class-native = "clang-native"

# To solve the PCI_ID problem, we use the target from filename for
Expand Down