[oe] [meta-oe][PATCH 1/2] lua: bump lua.pc version

Andreas Müller schnitzeltony at googlemail.com
Wed Feb 10 17:13:39 UTC 2016


On Wed, Feb 10, 2016 at 3:44 PM, Maciej Borzecki
<maciej.borzecki at open-rnd.pl> wrote:
> Lua was updated to 5.3.2, however lua.pc still has 5.2.2 listed as
> Version.
>
> Signed-off-by: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
> ---
>  meta-oe/recipes-devtools/lua/lua/lua.pc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/lua/lua/lua.pc b/meta-oe/recipes-devtools/lua/lua/lua.pc
> index e6f8b6f096dbcf578665699d2e3570dd22088d40..f14d227543c04189c5c31cd2c2737ac68933979f 100644
> --- a/meta-oe/recipes-devtools/lua/lua/lua.pc
> +++ b/meta-oe/recipes-devtools/lua/lua/lua.pc
> @@ -4,7 +4,7 @@ includedir=${prefix}/include
>
>  Name: Lua
>  Description: Lua language engine
> -Version: 5.2.2
> +Version: 5.3.2
>  Requires:
>  Libs: -L${libdir} -llua
>  Libs.private: -lm
> --
> 2.5.0
>
Is it possible to 'sed' this based on PV so that we don't need to do
that on next update?

Andreas



More information about the Openembedded-devel mailing list