Skip to content

Instantly share code, notes, and snippets.

@kergoth
Last active November 28, 2016 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kergoth/56e1efe72ba14862fcf5f20e318fdcc2 to your computer and use it in GitHub Desktop.
Save kergoth/56e1efe72ba14862fcf5f20e318fdcc2 to your computer and use it in GitHub Desktop.
$ ag '\--(with|without|enable|disable)-(examples|samples)' poky meta*
poky/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb
22:EXTRA_OECONF = "--disable-examples"
poky/meta/recipes-multimedia/speex/speexdsp_1.2rc3.bb
17: --disable-examples \
poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
28: --disable-examples \
poky/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
32: --disable-examples \
poky/meta/recipes-graphics/cogl/cogl-1.0.inc
29:EXTRA_OECONF += "--enable-examples-install \
meta-oe/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.7.0.bb
13:EXTRA_OECONF = "--disable-examples --enable-tools --disable-docs"
meta-oe/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb
22:EXTRA_OECONF += "--disable-doxygen-doc --disable-examples"
meta-oe/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-good_0.10.31.bb
37: --disable-examples --disable-taglib"
meta-oe/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins.inc
13:EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples --disable-introspection"
meta-oe/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb
29: --disable-examples --disable-tests \
$ ag 'PACKAGECONFIG.*(examples|samples)' poky meta*
meta-oe/meta-oe/recipes-support/opencv/opencv_3.1.bb
52:PACKAGECONFIG ??= "eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \
69:PACKAGECONFIG[samples] = "-DBUILD_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON,-DBUILD_EXAMPLES=OFF,,"
146: if ${@bb.utils.contains("PACKAGECONFIG", "samples", "true", "false", d)}; then
meta-oe/meta-multimedia/recipes-multimedia/openal/openal-soft_1.15.1.bb
21:PACKAGECONFIG[examples] = "-DEXAMPLES=TRUE, -DEXAMPLES=FALSE, libav"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment