[oe-commits] [meta-openembedded] 44/76: opensaf: 5.0.0 -> 5.1.0

git at git.openembedded.org git at git.openembedded.org
Sat Dec 24 08:18:49 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 81f614bf9e7cd43a010a3a53e6b151817f18bc95
Author: Huang Qiyu <huangqy.fnst at cn.fujitsu.com>
AuthorDate: Wed Dec 21 16:42:34 2016 +0800

    opensaf: 5.0.0 -> 5.1.0
    
    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 at cn.fujitsu.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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(-)

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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list