diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-29 18:09:02 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-05 19:28:28 +0200 |
commit | 50c14d2535046e4d5bc5a00f4a3d171d9c5a053e (patch) | |
tree | 9c32499c062817fec97a7fc8e7a11a9669ef50d1 /meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | |
parent | 60615588194c0ebcae59c031cc59cda69417cc01 (diff) | |
download | meta-openembedded-50c14d2535046e4d5bc5a00f4a3d171d9c5a053e.tar.gz |
libgxim: Fix build with security flags turned on
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb')
-rw-r--r-- | meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb index 44b75315a..5bf7c6e33 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb +++ b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | |||
@@ -10,7 +10,11 @@ HOMEPAGE = "http://code.google.com/p/libgxim/" | |||
10 | SECTION = "System Environment/Libraries" | 10 | SECTION = "System Environment/Libraries" |
11 | 11 | ||
12 | SRC_URI = "https://bitbucket.org/tagoh/libgxim/downloads/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "https://bitbucket.org/tagoh/libgxim/downloads/${BPN}-${PV}.tar.bz2 \ |
13 | file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch" | 13 | file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch \ |
14 | file://0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch \ | ||
15 | file://0002-Update-autotools-macro.patch \ | ||
16 | file://0003-Add-format-string-qualifier-to-fix-potential-securit.patch \ | ||
17 | " | ||
14 | 18 | ||
15 | SRC_URI[md5sum] = "4bb1fa63d00eb224439d413591c29a6a" | 19 | SRC_URI[md5sum] = "4bb1fa63d00eb224439d413591c29a6a" |
16 | SRC_URI[sha256sum] = "75e20d1744139644f9951b78ea3910b162d3380302315cb4b3d0640f23694c79" | 20 | SRC_URI[sha256sum] = "75e20d1744139644f9951b78ea3910b162d3380302315cb4b3d0640f23694c79" |