summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Config.in.legacy: fix typo in config optionDavid Lechner2018-09-091-2/+2
| | | | | | | | | | | The commit message of a2d44ec6bf12 ("linux-headers: drop old unsupported 4.{10,11,12,13,15} versions") says, "select an older kernel headers (4.9)". However a couple lines are selecting 4.19. Change BR2_KERNEL_HEADERS_4_19 to BR2_KERNEL_HEADERS_4_9 as intended. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: add Juno ARM maintainerGustavo Pimentel2018-09-091-0/+4
| | | | | Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/botan: needs boost libraries filesystem and systemBernd Kuhls2018-09-081-0/+2
| | | | | | | | | | | | | | | | | | | | Without them the build fails: /home/naourr/work/instance-0/output/host/lib/gcc/arm-buildroot-linux-mu sleabihf/7.3.0/../../../../arm-buildroot-linux-musleabihf/bin/ld: cannot find -lboost_filesystem /home/naourr/work/instance-0/output/host/lib/gcc/arm-buildroot-linux-mu sleabihf/7.3.0/../../../../arm-buildroot-linux-musleabihf/bin/ld: cannot find -lboost_system Bug was introduced in next branch by commit https://git.buildroot.net/buildroot/commit/?h=next&id=031f5c04d9de5a21d3bc49f3849af3e6593fa1a8 Fixes http://autobuild.buildroot.net/results/cb9/cb90f4ed4d130a2ab6f6d085708a482a51d7dc91/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/{mesa3d, mesa3d-headers}: bump version to 18.1.7Bernd Kuhls2018-09-083-7/+7
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/squid: depends on current_exceptionBernd Kuhls2018-09-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build error TextException.cc: In function 'std::ostream& CurrentException(std::ostream&)': TextException.cc:64:9: error: 'current_exception' is not a member of 'std' if (std::current_exception()) { using this defconfig BR2_arm=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/armv5-ctng-linux-gnueabi.tar.xz" BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="armv5-ctng-linux-gnueabi" BR2_TOOLCHAIN_EXTERNAL_GCC_4_8=y BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_12=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y BR2_TOOLCHAIN_EXTERNAL_CXX=y BR2_PACKAGE_GNUTLS=y BR2_PACKAGE_OPENSSL=y BR2_PACKAGE_LIBKRB5=y According to http://www.squid-cache.org/Versions/v4/RELEASENOTES.html#ss1.1 squid-4.2 depends on C++11, but adding -std=c++11 did not fix the build error. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Tested-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/glibc: allow to specify host-makeRomain Naour2018-09-081-1/+6
| | | | | | | | | | | | | | | | | | | Use host-make package if GNU make from the host machine is too old. Use the newly introduced BR2_MAKE_HOST_DEPENDENCY and BR2_MAKE to provide respectively, host-make dependency and the path to the GNU make binary to use for building glibc. Fixes: http://autobuild.buildroot.net/results/576/5760ea2635d9aecc9c789494a8b2cc73a1af1ceb http://autobuild.buildroot.net/results/583/58347b94884eee2db28740486eda280e8c08e22f http://autobuild.buildroot.net/results/dc7/dc7c8cd548409864ab0055e196c0280457a5fb5f Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Baruch Siach <baruch@tkos.co.il> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* dependencies: host-make version checkRomain Naour2018-09-082-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | The host make program is already checked by dependencies.sh but we want to check the version number even if Buildroot is able to use GNU make >= 3.81 but some packages may require a more recent version. For example, since version 2.28 [1], glibc requires GNU Make >= 4.0. For packages requiring make >= 4.0, the package makefile must use: <PKG>_DEPENDENCIES = $(BR2_MAKE_HOST_DEPENDENCY) ... <PKG>_MAKE = $(BR2_MAKE) BR2_MAKE1 is also available if needed. [1] https://www.sourceware.org/ml/libc-alpha/2018-08/msg00003.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Baruch Siach <baruch@tkos.co.il> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: remove extraction of "bugfix" part of the version, since it's not used anywhere.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/make: add host variantRomain Naour2018-09-081-0/+14
| | | | | | | | | | | | | | | | | | | | | Add host variant for make package since glibc 2.28 now require GNU Make >= 4.0 [1]. We have to ceate gnumake and gmake symlinks to GNU make generated by Buildroot for the host. Otherwise the one provided by the host system can be used instead. For example, the glibc build system is looking for gnumake and gmake before make. See [2]. [1] https://www.sourceware.org/ml/libc-alpha/2018-08/msg00003.html [2] http://lists.busybox.net/pipermail/buildroot/2018-September/229654.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Baruch Siach <baruch@tkos.co.il> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-zeroconf: new packageYegor Yefremov2018-09-084-0/+29
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix license, it's LGPL-2.1+, not LGPL-2.1] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/squeezelite: fix build with FFmpeg 4.0Bernd Kuhls2018-09-082-9/+48
| | | | | | | Git-formatted patch 0003. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/motion: fix build with FFmpeg 4.0Bernd Kuhls2018-09-081-0/+58
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/mediastreamer: fix build with FFmpeg 4.0Bernd Kuhls2018-09-081-0/+64
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/aubio: fix build with FFmpeg 4.0Bernd Kuhls2018-09-081-0/+32
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* synergy: change upstream location to fix downloadThomas Petazzoni2018-09-082-2/+2
| | | | | | | | | | | | The Github repository at https://github.com/symless/synergy no longer exists, it has apparently been moved to https://github.com/symless/synergy-core. Fixes: http://autobuild.buildroot.net/results/77f43b5937f102822a5b4644551222fda62fa129/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* DEVELOPERS: add myself for python-engineioAsaf Kahlon2018-09-081-0/+1
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libminiupnpc: fix hash for licenseAsaf Kahlon2018-09-081-1/+1
| | | | | | | | The LICENSE file change: replace '2015' with '2016' (commit cc9639d597f89c9f2478d36871f7741dd91e724a) Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* flatcc: conditionally require c++ in cmakeJoel Carlson2018-09-081-0/+56
| | | | | | | | | | | | Patches CMake files in flatcc to conditionally set c++ as a required language depending on if FLATCC_TEST option is set, as only the tests include a c++ file. Fixes http://autobuild.buildroot.net/results/8fb0447eed1d55b7687f657530e31695cf77ce5c/ Signed-off-by: Joel Carlson <JoelsonCarl@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/vlc: bump version to 3.0.4Bernd Kuhls2018-09-0810-40/+7
| | | | | | | | Removed patch 0004, applied upstream. Renumbered remaining patches. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* dvdrw-tools: fix minor()/major() build failure due to glibc 2.28Giulio Benetti2018-09-081-0/+14
| | | | | | | | | | | | | | | glibc 2.28 no longer includes <sys/sysmacros.h> from <sys/types.h>, and therefore <sys/sysmacros.h> must be included explicitly when major()/minor() are used. This commit adds a patch to directly include <sys/sysmacros.h> into growisofs.c where minor() and major() macros are used. Fixes: http://autobuild.buildroot.net/results/763/763879f845ffd43343a7b4d548b1eba991d572bd// Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-autobahn: bump to version 18.9.1Asaf Kahlon2018-09-082-5/+6
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lftp: bump to version 4.8.4Fabrice Fontaine2018-09-082-4/+4
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libminiupnpc: bump to version 2.1Fabrice Fontaine2018-09-083-61/+2
| | | | | | | Remove patch (already in version) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* gupnp: bump to version 1.0.3Fabrice Fontaine2018-09-082-3/+3
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* rygel: bump to version 0.36.2Fabrice Fontaine2018-09-083-40/+3
| | | | | | | Remove patch (already in version) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-numpy: bump to version 1.15.1Joseph Kogut2018-09-083-71/+3
| | | | | | | | | Fixes the build with Python 3.7.0, and therefore fixes: http://autobuild.buildroot.net/results/c6f145c7150c6738ba627be7a3383dfd73bd7877/ Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libidn: bump to version 1.35Fabrice Fontaine2018-09-082-5/+3
| | | | | | | | Remove sha1 (no announcement made on http://lists.nongnu.org/archive/html/help-libidn/) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libmpdclient: bump to version 2.15Fabrice Fontaine2018-09-082-3/+3
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* freeswitch: bump version to 1.8.1Peter Seiderer2018-09-084-16/+17
| | | | | | | | | | | | | | | | Enables openssl-1.1.x compatible compile. - add tiff dependency (bundled tiff source is gone) - rebase (and git format) 0001-libvpx-cross.patch patch - update libs/srtp/LICENSE file hash (updated copyright year) Signed-off-by: Peter Seiderer <ps.report@gmx.net> [Bernd: - bumped to 1.8.1 - rebased patch 0001 to the tarball release - added hashes for libvpx & libyuv license files] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-engineio: bump to version 2.2.0Asaf Kahlon2018-09-082-6/+7
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* luarocks: add hash for license fileThomas Petazzoni2018-09-081-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* luarocks: bump to version 3.0.2Francois Perrad2018-09-082-4/+2
| | | | | | | (remove 2 unused variables) Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* duktape: fix hash for licenseAsaf Kahlon2018-09-081-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/4645456f715eccfce940a54e41a34a299adc152f http://autobuild.buildroot.net/results/4ee6de3351c140bde4588252cebbf7cf9237e710 Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/rtorrent: bump version to 0.9.7Bernd Kuhls2018-09-083-23/+13
| | | | | | | | | | Added license hash, rebased patch 0001. Fixes http://autobuild.buildroot.net/results/9c6/9c64888e96d59cb536dc7ccaa52f731118e69ce1/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* botan: needs std::futureFabrice Fontaine2018-09-081-0/+5
| | | | | | | | Fixes: - http://autobuild.buildroot.org/results/d63f70340d1297ad96c20144e658f0e4587a90ca Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* botan: fix build on arm without neonFabrice Fontaine2018-09-081-0/+4
| | | | | | | | | | configure.py only supports --disable-neon Fixes: - http://autobuild.buildroot.org/results/26eec7e20795068613616a7312681853232ec764 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* Merge branch 'next'Peter Korsgaard2018-09-07466-3901/+4959
|\ | | | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| * sunxi-mali-mainline-driver: add hash file for git tarballGiulio Benetti2018-09-061-0/+2
| | | | | | | | | | Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * sunxi-mali-mainline-driver: add support for building on arm64Giulio Benetti2018-09-061-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Blobs for ARM64 are now available at Bootlin Github and sunxi-mali-mainline package has been updated to support them. This commit updates the <pkg>_MAKE_OPTS variable by substituting CROSS_COMPILE and INSTALL_MOD_PATH with LINUX_MAKE_FLAGS. LINUX_MAKE_FLAGS already includes CROSS_COMPILE and INSTALL_MOD_PAT, but also includes the ARCH variable, which is needed to select the appropriate architecture when building the Mali driver. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * sunxi-mali-mainline-driver: bump versionGiulio Benetti2018-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For support H3 and H5 SoCs and r8p1 driver version. git shortlog --invert-grep --grep travis --no-merges 52ef1c5e133cc5fd791ca636239dc5e7b19c26d5.. Maxime Ripard (6): Add r8p1 release sunxi: Move the reset test to a function sunxi: Add H3 support sunxi: Add H5 support sunxi: Remove generic compatible sunxi: Set clock rate in the driver Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * sunxi-mali-mainline: add EULA license fileGiulio Benetti2018-09-062-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sunxi-mali-mainline package has not license file at the moment. License file is a pdf EULA, but its name contains whitespaces. This gives problems when passing filename to SUNXI_MALI_MAINLINE_LICENSE_FILES since it expects a list of files. Other attempts with \ or \\ to keep spaces were tried with no luck. Add a define to POST_PATCH_HOOKS to change pdf filename from 'EULA for Mali 400MP _AW.pdf' to 'EULA_for_Mali_400MP_AW.pdf'. Add EULA file to hash. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * sunxi-mali-mainline: add hash file for tarballGiulio Benetti2018-09-061-0/+2
| | | | | | | | | | | | | | | | | | sunxi-mali-mainline package has not hash file. Add hash file with sha256sum for tarball resulting from git download. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * package/vlc: also use AC_PATH_PROG to check for wayland-scannerBernd Kuhls2018-09-061-0/+50
| | | | | | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/a6b/a6b5e5677efc2b46af85837637f2832eefdfed1d/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * configs/zynq_microzed: uboot: bump to xilinx-v2018.2 (fixes build)Luca Ceresoli2018-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to the most recent Xilinx release. Fixes: .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ‘fdt64_t’ .../output/host/include/libfdt_env.h:91:24: error: expected ‘)’ before ‘x’ .../output/host/include/libfdt.h:150:21: error: redefinition of ‘fdt_offset_ptr_w’ ...and many, many other similar errors. [Build-tested only] Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * configs/zynq_zc706: uboot: bump to xilinx-v2018.2 (fixes build)Luca Ceresoli2018-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to the most recent Xilinx release. Fixes: .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ‘fdt64_t’ .../output/host/include/libfdt_env.h:91:24: error: expected ‘)’ before ‘x’ .../output/host/include/libfdt.h:150:21: error: redefinition of ‘fdt_offset_ptr_w’ ...and many, many other similar errors. [Build-tested only] Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * configs/zynq_zed: uboot: bump to xilinx-v2018.2 (fixes build)Luca Ceresoli2018-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to the most recent Xilinx release. Fixes: .../output/host/include/libfdt_env.h:71:30: error: conflicting types for ‘fdt64_t’ .../output/host/include/libfdt_env.h:91:24: error: expected ‘)’ before ‘x’ .../output/host/include/libfdt.h:150:21: error: redefinition of ‘fdt_offset_ptr_w’ ...and many, many other similar errors. [Run-time tested] Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * tslib: update to 1.17Martin Kepplinger2018-09-062-3/+3
| | | | | | | | | | | | | | | | For some background see the changelog summary: https://github.com/kergoth/tslib/releases Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * python-websockets: bump version to 6.0Joseph Kogut2018-09-062-4/+4
| | | | | | | | | | Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * DEVELOPERS: Fix file order list maintained by meJagan Teki2018-09-051-7/+7
| | | | | | | | | | | | | | | | Files list maintained by me in DEVELOPERS file is not in proper order, fix it with ascending order. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * glibmm: bump version to 2.56.0Adam Duskett2018-09-052-4/+7
| | | | | | | | | | | | | | Also add hashes for the license files. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| * duktape: new packageFabrice Fontaine2018-09-055-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint. Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call Ecmascript functions from C code and vice versa. http://www.duktape.org Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud