diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-30 16:34:52 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:25 +0000 |
commit | 48ba76afdf360261f91eccf0deee5a0767adf8b5 (patch) | |
tree | 95949e27c2927bbdc1f16f269f19c47a6366bdd2 /meta/recipes-sato/puzzles/files | |
parent | ccdd26d18ad4cb50e3f74ba0aead20776da05d1f (diff) | |
download | poky-48ba76afdf360261f91eccf0deee5a0767adf8b5.tar.gz |
puzzles: Update to svn r9023
Removed makedist_hack.patch, as makedist.sh is no longer exist in upstream and
mkfiles.pl is called directly now.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-sato/puzzles/files')
-rw-r--r-- | meta/recipes-sato/puzzles/files/makedist_hack.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-sato/puzzles/files/makedist_hack.patch b/meta/recipes-sato/puzzles/files/makedist_hack.patch deleted file mode 100644 index d07e066026..0000000000 --- a/meta/recipes-sato/puzzles/files/makedist_hack.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | --- | ||
2 | makedist.sh | 2 ++ | ||
3 | 1 file changed, 2 insertions(+) | ||
4 | |||
5 | Index: puzzles/makedist.sh | ||
6 | =================================================================== | ||
7 | --- puzzles.orig/makedist.sh 2007-05-17 11:49:59.000000000 +0100 | ||
8 | +++ puzzles/makedist.sh 2007-05-17 12:07:39.000000000 +0100 | ||
9 | @@ -30,6 +30,8 @@ fi | ||
10 | |||
11 | perl mkfiles.pl | ||
12 | |||
13 | +exit 0 | ||
14 | + | ||
15 | mkdir tmp.$$ | ||
16 | mkdir tmp.$$/puzzles$arcsuffix | ||
17 | |||