summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-08-08 17:18:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-10 09:18:54 +0100
commit795420850bd0bd2b0fd7d7c011e4ce346b448604 (patch)
tree9f69decdf84653e1e1fab53637e3fdb679843f7d /meta/recipes-bsp
parentb4b218b0699490765459995f43e945ceea6c32c1 (diff)
downloadpoky-795420850bd0bd2b0fd7d7c011e4ce346b448604.tar.gz
pm-utils: Do not require GNU grep at runtime
This was added to fix bug reported here [1] back then busybox grep applet did not implement -x option and it would fail as reported in the bug, in due course busybox now has implemented -x option [2] and the expression using grep -x in /usr/lib/pm-utils/functions:219 works fine [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=1887 [2] https://git.busybox.net/busybox/commit/?id=cd09e81520b7917adebcffd7c361671f913325eb (From OE-Core rev: ba52209acc699d71de865e7eddf64c8acb67b491) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
index dcc09f279e..2c3ade9934 100644
--- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
+++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
@@ -17,7 +17,7 @@ inherit pkgconfig autotools manpages
17 17
18PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native" 18PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native"
19 19
20RDEPENDS:${PN} = "grep bash" 20RDEPENDS:${PN} = "bash"
21 21
22EXTRA_OECONF = "--libdir=${nonarch_libdir}" 22EXTRA_OECONF = "--libdir=${nonarch_libdir}"
23 23