diff options
| author | Randy MacLeod <randy.macleod@windriver.com> | 2023-01-21 20:03:50 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-21 23:28:57 -0800 |
| commit | a96e7a1ff4440b314a4c7aa1f20f2dea27e1b8a7 (patch) | |
| tree | 1984de1320f9b4ac62226ac03cf5aa151d14411a | |
| parent | 3998d15768f9f93200dde21d080f5f942b9fd846 (diff) | |
| download | meta-openembedded-a96e7a1ff4440b314a4c7aa1f20f2dea27e1b8a7.tar.gz | |
librelp: update to 1.11.0
Drop "-Wno-error", it builds fine now.
Release notes:
https://github.com/rsyslog/librelp/blob/master/ChangeLog
Signed-off-by: Randy MacLeod <randy.macleod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb index 7d3b82b610..da3e9a1377 100644 --- a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb +++ b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb | |||
| @@ -14,5 +14,3 @@ SRCREV = "b421f56d9ee31a966058d23bd23c966221c91396" | |||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
| 17 | |||
| 18 | CPPFLAGS += "-Wno-error" | ||
