Re: [oe] [PATCH] Alliance for Open Media: new library

2020-10-05 Thread Carlos Rafael Giani via lists.openembedded.org
I'd also add this to meta-multimedia instead. After all, the whole idea 
of these newer meta-* sublayers was to organize the content of meta-oe 
better, wasn't it?


On 05.10.20 18:34, Khem Raj wrote:

I wonder if this should be part of meta-multimedia, secondly add it to
one of packagegroups e.g. packagegroups-meta-oe or
packagegroups-meta-multimedia if it is in meta-multimedia.


On Mon, Oct 5, 2020 at 2:50 AM Lim Siew Hoon  wrote:

Signed-off-by: Yong, Jonathan 
Signed-off-by: Lim Siew Hoon 
---
  meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 
  1 file changed, 16 insertions(+)
  create mode 100644 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb

diff --git a/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb 
b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
new file mode 100644
index 0..4b388d57f
--- /dev/null
+++ b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Alliance for Open Media - AV1 Codec Library"
+DESCRIPTION = "Alliance for Open Media AV1 codec library"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5"
+
+SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https"
+
+SRCREV = "d1d1226af626a61f7ca664b270dd473b92228984"
+
+S = "${WORKDIR}/git"
+
+DEPENDS_append = " yasm-native"

Just use DEPENDS +=


+
+inherit pkgconfig cmake perlnative python3native
+EXTRA_OECMAKE_append = " -DBUILD_SHARED_LIBS=1"

Use EXTRA_OECMAKE +=


--
2.17.1








-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87379): 
https://lists.openembedded.org/g/openembedded-devel/message/87379
Mute This Topic: https://lists.openembedded.org/mt/77315219/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [PATCH] Alliance for Open Media: new library

2020-10-05 Thread Khem Raj
I wonder if this should be part of meta-multimedia, secondly add it to
one of packagegroups e.g. packagegroups-meta-oe or
packagegroups-meta-multimedia if it is in meta-multimedia.


On Mon, Oct 5, 2020 at 2:50 AM Lim Siew Hoon  wrote:
>
> Signed-off-by: Yong, Jonathan 
> Signed-off-by: Lim Siew Hoon 
> ---
>  meta-oe/recipes-multimedia/aom/aom_2.0.0.bb | 16 
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
>
> diff --git a/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb 
> b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
> new file mode 100644
> index 0..4b388d57f
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/aom/aom_2.0.0.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Alliance for Open Media - AV1 Codec Library"
> +DESCRIPTION = "Alliance for Open Media AV1 codec library"
> +
> +LICENSE = "BSD-2-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5"
> +
> +SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https"
> +
> +SRCREV = "d1d1226af626a61f7ca664b270dd473b92228984"
> +
> +S = "${WORKDIR}/git"
> +
> +DEPENDS_append = " yasm-native"

Just use DEPENDS +=

> +
> +inherit pkgconfig cmake perlnative python3native
> +EXTRA_OECMAKE_append = " -DBUILD_SHARED_LIBS=1"

Use EXTRA_OECMAKE +=

> --
> 2.17.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#87378): 
https://lists.openembedded.org/g/openembedded-devel/message/87378
Mute This Topic: https://lists.openembedded.org/mt/77315219/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-