[oe-commits] Martin Jansa : rsyslog: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:23 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: f31ab822a8d9f9c7072988c7aa5cff4a6d62e0ca
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f31ab822a8d9f9c7072988c7aa5cff4a6d62e0ca

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul  7 16:49:40 2013 +0200

rsyslog: inherit pkgconfig

* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro:
  | rsyslog-5.8.0/configure: line 16111: syntax error near unexpected token `GNUTLS,'
  | rsyslog-5.8.0/configure: line 16111: `    PKG_CHECK_MODULES(GNUTLS, gnutls >= 1.4.0)'

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/rsyslog/rsyslog.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog.inc b/meta-oe/recipes-extended/rsyslog/rsyslog.inc
index 5cfd236..4b2935f 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog.inc
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog.inc
@@ -10,7 +10,7 @@ INC_PR = "r8"
 SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \
            file://rsyslog.conf"
            
-inherit autotools systemd
+inherit autotools pkgconfig systemd
 
 EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
 



More information about the Openembedded-commits mailing list