Skip to content

Conversation

@abhinavkumar1203
Copy link

Upgrade lib-lua to the latest upstream version 5.4.8.

This includes updates to Library.uk, Makefile.uk, and related metadata. Verified to build and run successfully on Unikraft with musl C library.

Upgrade lib-lua to the latest upstream version 5.4.8.

This includes updates to Library.uk, Makefile.uk, and related metadata.
Verified to build and run successfully on Unikraft with musl C library.
Copy link
Member

@craciunoiuc craciunoiuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left you some comments

Also it seems like you used the Unikraft user to commit?

Look into git config to configure your email from where you are committing

homepage := "https://www.lua.org/"
license := "MIT"
version := 5.4.4 sha256:164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61 https://www.lua.org/ftp/lua-5.4.4.tar.gz
version := 5.4.8 sha256:164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61 https://www.lua.org/ftp/lua-5.4.8.tar.gz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to change also the SHA here you can use sha256sum for that


$(eval $(call fetch,liblua,$(LIBLUA_URL)))
$(eval $(call patch,liblua,$(LIBLUA_PATCHDIR),lua-$(LIBLUA_VERSION)))

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't remove the newline here, it looked fine like that

Comment on lines +1 to +4
menu "Library configuration"

config LIBLUA
bool "Lua scripting language"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand the using of consistent indents but it needs to use menuconfig here to be in line with the other ones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants