summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/duktape/duktape_2.7.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* duktape: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN statusAlexandre Truong2024-07-241-0/+2
| | | | | | | | | | | Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
* duktape: Use S instead of ${WORKDIR}/duktape-2.7.0Khem Raj2024-05-231-5/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* duktape: fix override syntax in RDEPENDSYi Zhao2022-06-301-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 ptestNikhil R2022-05-261-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 LIBDIRKhem Raj2022-03-281-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.0Khem Raj2022-03-211-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>