diff options
-rw-r--r-- | meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb index 4ede3c8c6b..c61d7c99dc 100644 --- a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb +++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | |||
@@ -17,6 +17,11 @@ SRC_URI[sha256sum] = "5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012 | |||
17 | # Perl5 is for tests only | 17 | # Perl5 is for tests only |
18 | EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts" | 18 | EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts" |
19 | 19 | ||
20 | # use with caution - default properties are configured to trace | ||
21 | PACKAGECONFIG ??= "" | ||
22 | PACKAGECONFIG[log4cplus] = "--with-log4cplus,--without-log4cplus,log4cplus" | ||
23 | PACKAGECONFIG[logging] = "--enable-logging,--disable-logging," | ||
24 | |||
20 | inherit autotools pkgconfig | 25 | inherit autotools pkgconfig |
21 | 26 | ||
22 | FILES_statgrab = "${bindir}/statgrab" | 27 | FILES_statgrab = "${bindir}/statgrab" |