Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | duktape: fix override syntax in RDEPENDS | Yi Zhao | 2022-06-30 | 1 | -1/+1 |
| | | | | | | | RDEPENDS_${PN}-ptest -> RDEPENDS:${PN}-ptest Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | duktape: Add ptest | Nikhil R | 2022-05-26 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | | | The Ptest for duktape executes below tests: 1. hello - a helloworld example is basic compilation test that test the APIs - duk_get_top(), duk_push_c_function(), duk_eval_string() 2. eval - a very simple for evaluating expressions from command line which test the APIs - duk_push_string(), duk_insert(), duk_join(), duk_pop() 3. evloop - a basic eventloop implementation test that test the APIs - duk_is_object(), duk_compile() duk_push_c_function(), duk_safe_call() Test Summary: Execution time = 46 sec Signed-off-by: Nikhil R <nikhil.r@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | duktape: Use baselib to construct LIBDIR | Khem Raj | 2022-03-28 | 1 | -1/+1 |
| | | | | | | | duktape's definition of LIBDIR does not correspond on to one on OE's therefore synthesize it from baselib instead Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | duktape: Upgrade to 2.7.0 | Khem Raj | 2022-03-21 | 1 | -0/+20 |
License-Update: Update copyright years [1] Drop upstreamed patch Define LIBDIR so it can compile on all platforms [1] https://github.com/svaarala/duktape/commit/d51a1ffae6b99b798db9ad1512f845d31ff63813 Signed-off-by: Khem Raj <raj.khem@gmail.com> |