diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:24:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:11 +0100 |
commit | a9a02468fcb2b15cdb27002133b84911f2f24e62 (patch) | |
tree | 4c929b20e8bcfbacf1eb6d97a1a80dcb40265eb8 /meta/recipes-bsp | |
parent | 63aa5312093b8794858bac5fa3d679998fbfc19b (diff) | |
download | poky-a9a02468fcb2b15cdb27002133b84911f2f24e62.tar.gz |
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>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 2 |
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 21d270442c..8d35187d63 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 | |||
15 | 15 | ||
16 | inherit pkgconfig autotools | 16 | inherit pkgconfig autotools |
17 | 17 | ||
18 | RDEPENDS_${PN} = "grep" | 18 | RDEPENDS_${PN} = "grep bash" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | ( cd ${S}; autoreconf -f -i -s ) | 21 | ( cd ${S}; autoreconf -f -i -s ) |