mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
pm-utils: add bash to RDEPENDS_pm-utils
Bash script: pm-utils/usr/lib64/pm-utils/sleep.d/98video-quirk-db-handler (From OE-Core rev: 5a788c077ba2a0ab6bcc39f19d5e047410bc8355) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
63aa531209
commit
a9a02468fc
|
|
@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4
|
|||
|
||||
inherit pkgconfig autotools
|
||||
|
||||
RDEPENDS_${PN} = "grep"
|
||||
RDEPENDS_${PN} = "grep bash"
|
||||
|
||||
do_configure_prepend () {
|
||||
( cd ${S}; autoreconf -f -i -s )
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user