Skip to content

Commit

Permalink
[Recipe/NNStreamer] Remove build option control for OpenCV
Browse files Browse the repository at this point in the history
Since the build option for opencv is not supported anymore, this patch
removes it from the bitbake recipe.

Signed-off-by: Wook Song <[email protected]>
  • Loading branch information
wooksong authored and myungjoo committed Jun 16, 2019
1 parent 3734c0d commit 6f53322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes-nnstreamer/nnstreamer/nnstreamer_0.1.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ PACKAGECONFIG ??= "\
${@bb.utils.contains('DISTRO_FEATURES','tensorflow','tensorflow','',d)} \
"

PACKAGECONFIG[opencv] = "-Denable-opencv-test=true,-Denable-opencv-test=false,opencv"
PACKAGECONFIG[tensorflow] = "-Denable-tensorflow=true,-Denable-tensorflow=false,tensorflow"

do_install_append() {
Expand Down

0 comments on commit 6f53322

Please sign in to comment.