diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-08-26 18:01:57 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-08-26 18:01:57 +0000 |
commit | 597967252af15df8cc5a7baddfe9b7d87d2280b3 (patch) | |
tree | 441bb54cf2adf7b7cdd34851ec67fdf1d2e0ef69 /packages/patch/patch_2.5.9.bb | |
parent | 01bd80f46affbbfd3000b116c67c1052f5f2f344 (diff) |
patch: Add patches to enable unifed reject files and a global reject file (from debian)
Diffstat (limited to 'packages/patch/patch_2.5.9.bb')
-rw-r--r-- | packages/patch/patch_2.5.9.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/patch/patch_2.5.9.bb b/packages/patch/patch_2.5.9.bb index 103337b4c9..940b15a205 100644 --- a/packages/patch/patch_2.5.9.bb +++ b/packages/patch/patch_2.5.9.bb @@ -3,5 +3,8 @@ require patch.inc SRC_URI = "${GNU_MIRROR}/patch/patch-2.5.4.tar.gz \ file://2.5.9.patch;patch=1 \ file://debian.patch;patch=1 \ - file://install.patch;patch=1" + file://install.patch;patch=1 \ + file://unified-reject-files.diff;patch=1 \ + file://global-reject-file.diff;patch=1 " S = "${WORKDIR}/patch-2.5.4" +PR = "r1"
\ No newline at end of file |