diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-07-11 14:24:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-12 07:19:43 -0700 |
commit | 578da6828448e1c9ee27f3b3cedd04498e54d467 (patch) | |
tree | e7e84f8f9cd77161d88f8ef7d5439dfec759ef96 /meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |
parent | 30af7dce3ae4f3ed15085ace25871c190f05a620 (diff) | |
download | meta-openembedded-578da6828448e1c9ee27f3b3cedd04498e54d467.tar.gz |
sblim-sfcb: fix sfcbinst2mof_DEPENDENCIES in Makefile.am
Fixed build with automake 1.16.1:
/path/to/i586-poky-linux/8.1.0/ld: cannot find -lsfcBrokerCore
collect2: error: ld returned 1 exit status
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb')
-rw-r--r-- | meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 10ffaaa31..ffbe7ea1b 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" |