pulseview: new package
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 19 Mar 2015 10:08:28 +0000 (11:08 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 20 Mar 2015 22:05:28 +0000 (23:05 +0100)
commitc99144b31730fc58ef6831c231a09c3fe1da75f7
treefae9c363729d2c300f3fd06599c1cdc08593ab35
parent26f215d13756b0356c2aaa6d6bfc71ae99d6c1e5
pulseview: new package

[Thomas:
  - Fix dependency on C++, it should use BR2_INSTALL_LIBSTDCPP and not
    BR2_TOOLCHAIN_BUILDROOT_CXX.
  - Fix comment dependency, there should be an || between all the
    toolchain dependencies. Also fix the dependency on Qt5 for the
    comment, which was in the wrong way: the comment was displayed
    only when Qt5 was disabled.
  - Use -DDISABLE_WERROR=TRUE instead of -DDISABLE_WERROR=y, since
    TRUE/FALSE are normally the accepted values for CMake options.]

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/pulseview/Config.in [new file with mode: 0644]
package/pulseview/pulseview.mk [new file with mode: 0644]