[oe-commits] Robert Yang : pm-utils: add bash to RDEPENDS_pm-utils

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 08:26:39 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 5a788c077ba2a0ab6bcc39f19d5e047410bc8355
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5a788c077ba2a0ab6bcc39f19d5e047410bc8355

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Aug 17 23:24:08 2014 -0700

pm-utils: add bash to RDEPENDS_pm-utils

Bash script:
pm-utils/usr/lib64/pm-utils/sleep.d/98video-quirk-db-handler

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 21d2704..8d35187 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
@@ -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 )



More information about the Openembedded-commits mailing list