diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-03-27 03:37:57 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-29 15:59:28 +0100 |
| commit | 4ca073b9c0a72dcd2f7b98c4a7a763b9bcd8062a (patch) | |
| tree | f26247c2fa3ff0969f42e4aa18230741656db86a | |
| parent | 2ac59abcd456d2cf33bbb8aa451cf6d43eeca68c (diff) | |
| download | poky-4ca073b9c0a72dcd2f7b98c4a7a763b9bcd8062a.tar.gz | |
glib-2.0: Remove a leftover comment
The system-pcre PACKAGECONFIG was removed in commit e359ee75 (glib-2.0:
update 2.68.4 -> 2.70.0), but a comment was left behind.
(From OE-Core rev: a08655f3d97d947fb29c4b669790f68d661aae96)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 6e20d40dac..ffddefe22e 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
| @@ -38,7 +38,6 @@ S = "${WORKDIR}/glib-${PV}" | |||
| 38 | 38 | ||
| 39 | PACKAGECONFIG ??= "libmount \ | 39 | PACKAGECONFIG ??= "libmount \ |
| 40 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 40 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
| 41 | # To use the system pcre it must be configured with --enable-unicode-properties | ||
| 42 | PACKAGECONFIG[libmount] = "-Dlibmount=enabled,-Dlibmount=disabled,util-linux" | 41 | PACKAGECONFIG[libmount] = "-Dlibmount=enabled,-Dlibmount=disabled,util-linux" |
| 43 | PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native" | 42 | PACKAGECONFIG[manpages] = "-Dman=true, -Dman=false, libxslt-native xmlto-native" |
| 44 | # libelf is auto-detected without a configuration option | 43 | # libelf is auto-detected without a configuration option |
