aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2016-12-21 16:42:34 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 20:34:29 +0100
commite2d69c9f9cb27233b69bc6ed42c3ec99280818e7 (patch)
treee789748b5915ae18c283874017c09468ced85ffc
parent044e5189549de11b2a94efd29a6009a76162b8f1 (diff)
downloadmeta-openembedded-contrib-e2d69c9f9cb27233b69bc6ed42c3ec99280818e7.tar.gz
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@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/opensaf/opensaf_5.1.0.bb (renamed from meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb)4
-rw-r--r--meta-oe/conf/distro/include/meta_oe_security_flags.inc1
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
index 6ceb225e9d..be903a0366 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 815fb16c75..01ee4d455c 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}"