]> code.ossystems Code Review - openembedded-core.git/commit
slang: 2.2.4 -> 2.3.0
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 25 Jul 2016 08:16:28 +0000 (01:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2016 22:46:56 +0000 (23:46 +0100)
commitb2d6e069b9ecc5a13754393200a6fa48cdaaf4c6
tree1ee24a8b00ccec7c0142965ffa6db4cac7ed8a7c
parente011f70741d9c60ab68a0fa2458a5051030efd64
slang: 2.2.4 -> 2.3.0

* Removed:
  change-char-type-to-signed-char-in-macros.patch
  sprintf-bug-concerning-8-bit-characters.patch
  They are already in the source.

* Updated:
  fix-check-pcre.patch
  fix-check-pcre.patch
  slang-fix-the-iconv-existence-checking.patch

* Use SECURITY_NO_PIE_CFLAGS for SECURITY_CFLAGS, it can't be built with
  "-pie -fpie":
  tmp/sysroots/qemux86-64/usr/lib64/../lib64/Scrt1.o: In function `_start':
  /usr/src/debug/glibc/2.24-r0/git/csu/../sysdeps/x86_64/start.S:104: undefined reference to `main'
  /tmp/ccMFTA8A.o: In function `smg_char_at':
  /usr/src/debug/slang/2.3.0-r0/slang-2.3.0/modules/slsmg-module.c:134: undefined reference to `SLsmg_char_at'
  /tmp/ccMFTA8A.o: In function `smg_resume_smg':

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/security_flags.inc
meta/recipes-extended/slang/slang/change-char-type-to-signed-char-in-macros.patch [deleted file]
meta/recipes-extended/slang/slang/fix-check-pcre.patch
meta/recipes-extended/slang/slang/rpathfix.patch
meta/recipes-extended/slang/slang/slang-fix-the-iconv-existence-checking.patch
meta/recipes-extended/slang/slang/sprintf-bug-concerning-8-bit-characters.patch [deleted file]
meta/recipes-extended/slang/slang_2.3.0.bb [moved from meta/recipes-extended/slang/slang_2.2.4.bb with 82% similarity]