diff options
author | Qing He <qing.he@intel.com> | 2011-04-13 17:22:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:44:20 +0100 |
commit | 07a6bec75c59fec06d0947ada708482900bf067a (patch) | |
tree | fe8ecf6a82a4b9ee81b4cea8cf80dae4dae666d1 /meta/recipes-devtools/quilt/quilt_0.48.bb | |
parent | 181d5f550d06aaf76ba20666664895355ba6ccea (diff) | |
download | poky-07a6bec75c59fec06d0947ada708482900bf067a.tar.gz |
quilt: fix test for target build
fixes [YOCTO #969]
(From OE-Core rev: fd2485ab15ed82cb3dc84b8408e516a932de1bd1)
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt_0.48.bb')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt_0.48.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/quilt/quilt_0.48.bb b/meta/recipes-devtools/quilt/quilt_0.48.bb index 20a708d891..124e2cdbbd 100644 --- a/meta/recipes-devtools/quilt/quilt_0.48.bb +++ b/meta/recipes-devtools/quilt/quilt_0.48.bb | |||
@@ -2,8 +2,10 @@ require quilt.inc | |||
2 | LICENSE="GPLv2" | 2 | LICENSE="GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
4 | RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" | 4 | RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | SRC_URI += "file://aclocal.patch" | 6 | SRC_URI += "file://aclocal.patch \ |
7 | file://gnu_patch_test_fix_target.patch \ | ||
8 | " | ||
7 | 9 | ||
8 | SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b" | 10 | SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b" |
9 | SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc" | 11 | SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc" |