[OE-core] [PATCH 1/1] expat: upgrade to 2.2.2

Dengke Du dengke.du at windriver.com
Tue Jul 18 06:37:58 UTC 2017


Hi Ross

Do we need to add a patch to glibc to support the ubuntu 14.04 (or 
kernel version older than 3.17)?


On 2017年07月18日 14:01, Dengke Du wrote:
> The expat 2.2.2:
>
>      using getrandom syscall on linux 3.17+, so when we compiling expat-native
>      on the kernel older than 3.17, that would be failed.
>
> Signed-off-by: Dengke Du <dengke.du at windriver.com>
> ---
>   meta/recipes-core/expat/expat_2.2.1.bb | 5 -----
>   meta/recipes-core/expat/expat_2.2.2.bb | 5 +++++
>   2 files changed, 5 insertions(+), 5 deletions(-)
>   delete mode 100644 meta/recipes-core/expat/expat_2.2.1.bb
>   create mode 100644 meta/recipes-core/expat/expat_2.2.2.bb
>
> diff --git a/meta/recipes-core/expat/expat_2.2.1.bb b/meta/recipes-core/expat/expat_2.2.1.bb
> deleted file mode 100644
> index 47827c5..0000000
> --- a/meta/recipes-core/expat/expat_2.2.1.bb
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -require expat.inc
> -LIC_FILES_CHKSUM = "file://COPYING;md5=5b8620d98e49772d95fc1d291c26aa79"
> -
> -SRC_URI[md5sum] = "d9c3baeab58774cefc2f04faf29f2cf8"
> -SRC_URI[sha256sum] = "1868cadae4c82a018e361e2b2091de103cd820aaacb0d6cfa49bd2cd83978885"
> diff --git a/meta/recipes-core/expat/expat_2.2.2.bb b/meta/recipes-core/expat/expat_2.2.2.bb
> new file mode 100644
> index 0000000..dfa014b
> --- /dev/null
> +++ b/meta/recipes-core/expat/expat_2.2.2.bb
> @@ -0,0 +1,5 @@
> +require expat.inc
> +LIC_FILES_CHKSUM = "file://COPYING;md5=5b8620d98e49772d95fc1d291c26aa79"
> +
> +SRC_URI[md5sum] = "1ede9a41223c78528b8c5d23e69a2667"
> +SRC_URI[sha256sum] = "4376911fcf81a23ebd821bbabc26fd933f3ac74833f74924342c29aad2c86046"




More information about the Openembedded-core mailing list