diff options
| -rw-r--r-- | meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.9/sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch | 31 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.9/sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.9/sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch new file mode 100644 index 0000000000..7279d84a5d --- /dev/null +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb-1.4.9/sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | From ad6ca4f392bf549239b1ed3b2b372070eb127e7f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Robert Yang <liezhi.yang@windriver.com> | ||
| 3 | Date: Wed, 11 Jul 2018 11:06:04 +0800 | ||
| 4 | Subject: [PATCH] Makefile.am: fix sfcbinst2mof_DEPENDENCIES | ||
| 5 | |||
| 6 | Fixed build with automake 1.16.1: | ||
| 7 | /path/to/i586-poky-linux/8.1.0/ld: cannot find -lsfcBrokerCore | ||
| 8 | collect2: error: ld returned 1 exit status | ||
| 9 | |||
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 12 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
| 13 | --- | ||
| 14 | Makefile.am | 1 + | ||
| 15 | 1 file changed, 1 insertion(+) | ||
| 16 | |||
| 17 | diff --git a/Makefile.am b/Makefile.am | ||
| 18 | index 34ac319..47deed7 100644 | ||
| 19 | --- a/Makefile.am | ||
| 20 | +++ b/Makefile.am | ||
| 21 | @@ -360,6 +360,7 @@ sfcbproc_SOURCES=sfcbproc.c | ||
| 22 | |||
| 23 | sfcbinst2mof_SOURCES=sfcbinst2mof.c | ||
| 24 | sfcbinst2mof_LDADD = -lsfcFileRepository -lsfcBrokerCore | ||
| 25 | +sfcbinst2mof_DEPENDENCIES = libsfcBrokerCore.la libsfcFileRepository.la | ||
| 26 | |||
| 27 | sfcbtrace_SOURCES=sfcbtrace.c | ||
| 28 | sfcbtrace_LDADD = -lsfcBrokerCore | ||
| 29 | -- | ||
| 30 | 2.7.4 | ||
| 31 | |||
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index 10ffaaa31b..ffbe7ea1b4 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
| @@ -25,6 +25,7 @@ SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ | |||
| 25 | file://sblim-sfcb-1.4.9-fix-ftbfs.patch \ | 25 | file://sblim-sfcb-1.4.9-fix-ftbfs.patch \ |
| 26 | file://0001-include-stdint.h-system-header-for-UINT16_MAX.patch \ | 26 | file://0001-include-stdint.h-system-header-for-UINT16_MAX.patch \ |
| 27 | file://0001-Replace-need-for-error.h-when-it-does-not-exist.patch \ | 27 | file://0001-Replace-need-for-error.h-when-it-does-not-exist.patch \ |
| 28 | file://sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | SRC_URI[md5sum] = "28021cdabc73690a94f4f9d57254ce30" | 31 | SRC_URI[md5sum] = "28021cdabc73690a94f4f9d57254ce30" |
