Home
last modified time | relevance | path

Searched refs:lua (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/lua/
H A Dlua_5.4.6.bb5 HOMEPAGE = "http://www.lua.org/"
7 SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
8 file://lua.pc.in \
9 …${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'http://www.lua.org/tests/lua-${PV_testsuites}-te…
28 sed -i -e s:lib/lua/:${baselib}/lua/:g src/luaconf.h
41 'INSTALL_SHARE=${D}${datadir}/lua' \
43 'INSTALL_CMOD=${D}${libdir}/lua/5.4' \
47 … -e s#@LIBDIR@#${libdir}# -e s#@INCLUDEDIR@#${includedir}# ${WORKDIR}/lua.pc.in > ${WORKDIR}/lua.pc
48 install -m 0644 ${WORKDIR}/lua.pc ${D}${libdir}/pkgconfig/
49 rmdir ${D}${datadir}/lua/5.4
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-roccat-lua.c41 mutex_lock(&lua->lua_lock); in lua_sysfs_read()
43 mutex_unlock(&lua->lua_lock); in lua_sysfs_read()
60 mutex_lock(&lua->lua_lock); in lua_sysfs_write()
108 struct lua_device *lua) in lua_init_lua_device_struct() argument
110 mutex_init(&lua->lua_lock); in lua_init_lua_device_struct()
119 struct lua_device *lua; in lua_init_specials() local
122 lua = kzalloc(sizeof(*lua), GFP_KERNEL); in lua_init_specials()
123 if (!lua) { in lua_init_specials()
143 kfree(lua); in lua_init_specials()
150 struct lua_device *lua; in lua_remove_specials() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch4 Subject: [PATCH] lua: update Makefile to use environment build settings
21 deps/lua/Makefile | 1 -
22 deps/lua/src/Makefile | 16 ++++++----------
30 # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more
36 lua: .make-prerequisites
37 diff --git a/deps/lua/Makefile b/deps/lua/Makefile
39 --- a/deps/lua/Makefile
40 +++ b/deps/lua/Makefile
49 diff --git a/deps/lua/src/Makefile b/deps/lua/src/Makefile
51 --- a/deps/lua/src/Makefile
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch4 Subject: [PATCH] lua: update Makefile to use environment build settings
21 deps/lua/Makefile | 1 -
22 deps/lua/src/Makefile | 16 ++++++----------
30 # lua's Makefile defines AR="ar rcu", which is unusual, and makes it more
36 lua: .make-prerequisites
37 diff --git a/deps/lua/Makefile b/deps/lua/Makefile
39 --- a/deps/lua/Makefile
40 +++ b/deps/lua/Makefile
49 diff --git a/deps/lua/src/Makefile b/deps/lua/src/Makefile
51 --- a/deps/lua/src/Makefile
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua/
H A Drun-ptest4 lua -e"_U=true" all.lua > lua-test.tmp
7 cat lua-test.tmp
12 grep "final OK \!\!\!" lua-test.tmp > /dev/null
19 rm -f lua-test.tmp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luaposix/
H A Dluaposix_36.2.1.bb6 DEPENDS += "lua-native lua virtual/crypt"
23 ${S}/build-aux/luke PREFIX=${D}${prefix} INST_LIBDIR=${D}${libdir}/lua/${LUA_VERSION} install
26 FILES:${PN} = "${datadir}/lua/${LUA_VERSION} \
27 ${libdir}/lua/${LUA_VERSION}"
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2001-fix-luaL-checkint.patch11 --- a/modules/lua/demux.c
12 +++ b/modules/lua/demux.c
31 --- a/modules/lua/libs/net.c
32 +++ b/modules/lua/libs/net.c
104 --- a/modules/lua/libs/osd.c
105 +++ b/modules/lua/libs/osd.c
164 --- a/modules/lua/libs/stream.c
165 +++ b/modules/lua/libs/stream.c
175 --- a/modules/lua/libs/volume.c
226 --- a/modules/lua/libs/io.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch8 --- a/modules/lua/demux.c
9 +++ b/modules/lua/demux.c
28 --- a/modules/lua/libs/net.c
29 +++ b/modules/lua/libs/net.c
101 --- a/modules/lua/libs/osd.c
102 +++ b/modules/lua/libs/osd.c
161 --- a/modules/lua/libs/stream.c
162 +++ b/modules/lua/libs/stream.c
172 --- a/modules/lua/libs/volume.c
223 --- a/modules/lua/libs/io.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/
H A Dluajit_git.bb28 # The lua makefiles expect the TARGET_SYS to be from uname -s
36 # We don't want the lua buildsystem's compiler optimizations, or its
63 # There's INSTALL_LIB and INSTALL_SHARE also, but the lua binary hardcodes the
74 rmdir ${D}${datadir}/lua/5.* \
75 ${D}${datadir}/lua \
76 ${D}${libdir}/lua/5.* \
77 ${D}${libdir}/lua
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-Makefile.in-don-t-use-the-internal-lua.patch4 Subject: [PATCH] Makefile.in: don't use the internal lua
6 ntopng depends on lua and it will compile the lua under
23 LUA_HOME=${PWD}/third-party/lua-5.4.3
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/
H A Dwireplumber_0.5.0.bb9 DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \
16 file://90-OE-disable-session-dbus-dependent-features.lua \
26 # Enable system-lua to let wireplumber use OE's lua.
31 -Dsystem-lua=true \
57 … ${WORKDIR}/90-OE-disable-session-dbus-dependent-features.lua ${D}${datadir}/wireplumber/main.lua.d
128 ${datadir}/wireplumber/*.lua.d/* \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/
H A Ddevilspie2_0.44.bb7 DEPENDS = "gtk+ glib-2.0 libwnck libxinerama lua virtual/libx11"
14 file://default.lua \
32 install -m 644 ${WORKDIR}/default.lua ${D}/${sysconfdir}/devilspie2
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/
H A Dmpv_0.35.1.bb29 LUA ?= "lua"
37 # Note: lua is required to get on-screen-display (controls)
51 PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/
H A Dgnuplot_5.4.3.bb43 PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/
H A Dntopng_5.2.1.bb9 DEPENDS = "curl hiredis libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq"
18 file://0001-Makefile.in-don-t-use-the-internal-lua.patch \
27 # don't use the lua under thirdparty as it supports cross compiling badly
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch4 Subject: [PATCH] CMakeLists.txt: look for lua with pkg-config rather than
24 +pkg_check_modules(LUA REQUIRED IMPORTED_TARGET lua>=5.2)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/
H A Dredis_6.2.14.bb7 DEPENDS = "readline lua ncurses"
14 file://lua-update-Makefile-to-use-environment-build-setting.patch \
39 (cd deps && oe_runmake hiredis lua linenoise)
H A Dredis_7.2.4.bb7 DEPENDS = "readline lua ncurses"
14 file://lua-update-Makefile-to-use-environment-build-setting.patch \
42 (cd deps && oe_runmake hiredis lua linenoise)
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0002-Makefile-don-t-set-uid-gid.patch68 - $(call INSTALL_CMD,0550,root,0) -d ${PREFIX}/lua
69 - $(call INSTALL_CMD,0550,root,0) -d ${PREFIX}/lua/native
70 - $(call INSTALL_CMD,0550,root,0) -d ${PREFIX}/lua/compiled
71 - $(call INSTALL_CMD,0550,root,0) ${EXTERNAL_LUA}src/ossec-lua ${PREFIX}/bin/
73 + $(call INSTALL_CMD,0550) -d ${PREFIX}/lua
74 + $(call INSTALL_CMD,0550) -d ${PREFIX}/lua/native
75 + $(call INSTALL_CMD,0550) -d ${PREFIX}/lua/compiled
76 + $(call INSTALL_CMD,0550) ${EXTERNAL_LUA}src/ossec-lua ${PREFIX}/bin/
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/
H A Dgrilo-plugins_0.3.16.bb10 lua \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/
H A Dimapfilter_2.8.2.bb12 DEPENDS= "openssl lua libpcre2"
/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/
H A Dlighttpd_1.4.75.bb38 PACKAGECONFIG[lua] = "-Dwith_lua=true,-Dwith_lua=false,lua"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A Dfix-libdir.patch26 ADD_SUBDIRECTORY(lua)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/
H A Dwireshark_4.2.4.bb38 PACKAGECONFIG[lua] = "-DENABLE_LUA=ON,-DENABLE_LUA=OFF, lua"
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dfixup.patch25 lua \

123