All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0
@ 2016-12-21  8:42 Huang Qiyu
  2016-12-22  5:53 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Huang Qiyu @ 2016-12-21  8:42 UTC (permalink / raw)
  To: openembedded-devel

1)Upgrade opensaf from 5.0.0 to 5.1.0.
2)Modify meta_oe_security_flags.inc to fix error:
  /
  | collect2: error: ld returned 1 exit status
  | Makefile:542: recipe for target 'librda.la' failed
  | make[6]: *** [librda.la] Error 1
  \

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
 .../recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.1.0.bb}    | 4 ++--
 meta-oe/conf/distro/include/meta_oe_security_flags.inc                | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.1.0.bb} (94%)

diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
similarity index 94%
rename from meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
rename to meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
index 6ceb225..be903a0 100644
--- a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
+++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
@@ -21,8 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/releases/${BPN}-${PV}.tar.gz \
            file://0001-plmcd-error-fix.patch \
            "
 
-SRC_URI[md5sum] = "94cd1a4c0406e6a45bb04c003f8690e7"
-SRC_URI[sha256sum] = "4b4188a0f3d0ed1ed0e3d77de27c45e2c96b437401de08e7df2ed9ecd54bb999"
+SRC_URI[md5sum] = "821391311c73bc2f2dc5a7d867f732e0"
+SRC_URI[sha256sum] = "f687c883a0d50517c33cb445d9177a9e2b07f5bb077bcc0235ffc0fc99af5cb6"
 
 inherit autotools useradd systemd pkgconfig
 
diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
index 815fb16..01ee4d4 100644
--- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc
+++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
@@ -25,3 +25,4 @@ SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}"
 #| make[1]: *** [Makefile:675: libluajit.so] Error 1
 SECURITY_CFLAGS_pn-luajit = "${SECURITY_NO_PIE_CFLAGS}"
 
+SECURITY_CFLAGS_pn-opensaf = "${SECURITY_NO_PIE_CFLAGS}"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0
  2016-12-21  8:42 [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0 Huang Qiyu
@ 2016-12-22  5:53 ` Khem Raj
  2017-01-04 15:37   ` Joe MacDonald
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2016-12-22  5:53 UTC (permalink / raw)
  To: OpenEmbedded Devel List


> On Dec 21, 2016, at 12:42 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> 
> 1)Upgrade opensaf from 5.0.0 to 5.1.0.
> 2)Modify meta_oe_security_flags.inc to fix error:
>  /
>  | collect2: error: ld returned 1 exit status
>  | Makefile:542: recipe for target 'librda.la' failed
>  | make[6]: *** [librda.la] Error 1
>  \
> 
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---
> .../recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.1.0.bb}    | 4 ++--
> meta-oe/conf/distro/include/meta_oe_security_flags.inc                | 1 +
> 2 files changed, 3 insertions(+), 2 deletions(-)
> rename meta-networking/recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.1.0.bb} (94%)
> 
> diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
> similarity index 94%
> rename from meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
> rename to meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
> index 6ceb225..be903a0 100644
> --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
> +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
> @@ -21,8 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/releases/${BPN}-${PV}.tar.gz \
>            file://0001-plmcd-error-fix.patch \
>            "
> 
> -SRC_URI[md5sum] = "94cd1a4c0406e6a45bb04c003f8690e7"
> -SRC_URI[sha256sum] = "4b4188a0f3d0ed1ed0e3d77de27c45e2c96b437401de08e7df2ed9ecd54bb999"
> +SRC_URI[md5sum] = "821391311c73bc2f2dc5a7d867f732e0"
> +SRC_URI[sha256sum] = "f687c883a0d50517c33cb445d9177a9e2b07f5bb077bcc0235ffc0fc99af5cb6"
> 
> inherit autotools useradd systemd pkgconfig
> 
> diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
> index 815fb16..01ee4d4 100644
> --- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc
> +++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
> @@ -25,3 +25,4 @@ SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}"
> #| make[1]: *** [Makefile:675: libluajit.so] Error 1
> SECURITY_CFLAGS_pn-luajit = "${SECURITY_NO_PIE_CFLAGS}"
> 
> +SECURITY_CFLAGS_pn-opensaf = "${SECURITY_NO_PIE_CFLAGS}”

I was wondering if it would make sense to move tweaking SECURITY_FLAGS in the recipe proper
for all the exceptions that we manage in the conf metadata 

> -- 
> 2.7.4
> 
> 
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0
  2016-12-22  5:53 ` Khem Raj
@ 2017-01-04 15:37   ` Joe MacDonald
  0 siblings, 0 replies; 3+ messages in thread
From: Joe MacDonald @ 2017-01-04 15:37 UTC (permalink / raw)
  To: Khem Raj; +Cc: OpenEmbedded Devel List

[-- Attachment #1: Type: text/plain, Size: 3130 bytes --]

[Re: [oe] [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0] On 16.12.21 (Wed 21:53) Khem Raj wrote:

> 
> > On Dec 21, 2016, at 12:42 AM, Huang Qiyu <huangqy.fnst@cn.fujitsu.com> wrote:
> > 
> > 1)Upgrade opensaf from 5.0.0 to 5.1.0.
> > 2)Modify meta_oe_security_flags.inc to fix error:
> >  /
> >  | collect2: error: ld returned 1 exit status
> >  | Makefile:542: recipe for target 'librda.la' failed
> >  | make[6]: *** [librda.la] Error 1
> >  \
> > 
> > Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> > ---
> > .../recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.1.0.bb}    | 4 ++--
> > meta-oe/conf/distro/include/meta_oe_security_flags.inc                | 1 +
> > 2 files changed, 3 insertions(+), 2 deletions(-)
> > rename meta-networking/recipes-daemons/opensaf/{opensaf_5.0.0.bb => opensaf_5.1.0.bb} (94%)
> > 
> > diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
> > similarity index 94%
> > rename from meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
> > rename to meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
> > index 6ceb225..be903a0 100644
> > --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb
> > +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb
> > @@ -21,8 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/releases/${BPN}-${PV}.tar.gz \
> >            file://0001-plmcd-error-fix.patch \
> >            "
> > 
> > -SRC_URI[md5sum] = "94cd1a4c0406e6a45bb04c003f8690e7"
> > -SRC_URI[sha256sum] = "4b4188a0f3d0ed1ed0e3d77de27c45e2c96b437401de08e7df2ed9ecd54bb999"
> > +SRC_URI[md5sum] = "821391311c73bc2f2dc5a7d867f732e0"
> > +SRC_URI[sha256sum] = "f687c883a0d50517c33cb445d9177a9e2b07f5bb077bcc0235ffc0fc99af5cb6"
> > 
> > inherit autotools useradd systemd pkgconfig
> > 
> > diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
> > index 815fb16..01ee4d4 100644
> > --- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc
> > +++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc
> > @@ -25,3 +25,4 @@ SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}"
> > #| make[1]: *** [Makefile:675: libluajit.so] Error 1
> > SECURITY_CFLAGS_pn-luajit = "${SECURITY_NO_PIE_CFLAGS}"
> > 
> > +SECURITY_CFLAGS_pn-opensaf = "${SECURITY_NO_PIE_CFLAGS}”
> 
> I was wondering if it would make sense to move tweaking SECURITY_FLAGS
> in the recipe proper for all the exceptions that we manage in the conf
> metadata 

Makes sense to me, having it over in meta_oe_security_flags.inc seems a
little confusing for someone who doesn't know to look there.  If there's
no objection, I'll just tweak this patch appropriately during the merge.

-J.

> 
> > -- 
> > 2.7.4
> > 
> > 
> > 
> > -- 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-04 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-21  8:42 [meta-networking] [PATCH] opensaf: 5.0.0 -> 5.1.0 Huang Qiyu
2016-12-22  5:53 ` Khem Raj
2017-01-04 15:37   ` Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.