On Fri, Nov 23, 2018 at 4:39 PM Bartosz Golaszewski <[email protected]> wrote: > > This series adds recipes for libsigrok and accompanying libraries and > tools. The eventual goal is to add pulseview - the graphical interface > for sigrok - to meta-qt5-extra. I had started this at meta-qt5-extra but... Did you prepare already something for sigrok? If yes: Would be happy to receive your patches - if no I can try the recipe already started together with the recipes you sent here.
Andreas > > First two patches add external packages used by libsigrok. The third > patch adds a recipe for native doxygen, which is needed to generate > libsigrok C++ bindings which will in turn be necessary to build > pulseview. > > Last three patches add recipes for the sigrok suite including the > command-line utility - sigrok-cli. > > Bartosz Golaszewski (6): > libzip: new package > libserialport: new package > doxygen: new native package > libsigrok: new package > libsigrokdecode: new package > sigrok-cli: new package > > .../doxygen/doxygen-native_1.8.14.bb | 15 ++++++++ > .../0001-build-don-t-look-for-Iconv.patch | 36 +++++++++++++++++++ > .../libserialport/libserialport_0.1.1.bb | 12 +++++++ > .../recipes-extended/libzip/libzip_1.5.1.bb | 18 ++++++++++ > .../sigrok/libsigrok_0.5.1.bb | 23 ++++++++++++ > .../sigrok/libsigrokdecode_0.5.2.bb | 14 ++++++++ > .../sigrok/sigrok-cli_0.7.0.bb | 18 ++++++++++ > 7 files changed, 136 insertions(+) > create mode 100644 meta-oe/recipes-devtools/doxygen/doxygen-native_1.8.14.bb > create mode 100644 > meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch > create mode 100644 > meta-oe/recipes-extended/libserialport/libserialport_0.1.1.bb > create mode 100644 meta-oe/recipes-extended/libzip/libzip_1.5.1.bb > create mode 100644 meta-oe/recipes-extended/sigrok/libsigrok_0.5.1.bb > create mode 100644 meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.2.bb > create mode 100644 meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.0.bb > > -- > 2.19.1 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
