diff options
author | Matthew McClintock <msm@freescale.com> | 2011-09-28 23:21:10 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-29 16:54:39 +0100 |
commit | 0b080c166d4bdef45993b82c39c7567301e1fc43 (patch) | |
tree | e2d454136fbb91f501073686b4d6314cf68d0764 /meta/recipes-devtools | |
parent | bd3ac21f14785ad426f3ead8995c5c8292537743 (diff) | |
download | poky-0b080c166d4bdef45993b82c39c7567301e1fc43.tar.gz |
Add proper deps for nfs-utils, util-linux, and strace
These packages need these deps for the RPM generation stage:
error: Failed dependencies:
| /usr/bin/python is needed by nfs-utils-1.2.3-r2.ppce5500
| /usr/bin/perl is needed by util-linux-2.19.1-r4.ppce5500
| /usr/bin/perl is needed by strace-4.5.20-r2.ppce5500
(From OE-Core rev: 9c9ea24b115a9bb87df1323b5f185ce426262aec)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.5.20.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.5.20.bb index 391669f5da..b3d2aa53ef 100644 --- a/meta/recipes-devtools/strace/strace_4.5.20.bb +++ b/meta/recipes-devtools/strace/strace_4.5.20.bb | |||
@@ -5,6 +5,8 @@ LICENSE = "BSD" | |||
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" | 5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" |
6 | PR = "r2" | 6 | PR = "r2" |
7 | 7 | ||
8 | RDEPENDS = "perl" | ||
9 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ |
9 | file://sigmask.patch \ | 11 | file://sigmask.patch \ |
10 | " | 12 | " |