diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-18 13:16:01 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-18 14:01:25 +0100 |
commit | e1334a0cb02e4508337a6bb949362020e768e587 (patch) | |
tree | ae9bc2d4ec32879012b24c6e61af53fd94512ddf /recipes/busybox/busybox-1.13.2/busybox-1.13.2-tar.patch | |
parent | 27cebb88719e395a9f282fe480942c5ab401f542 (diff) |
busybox: do not fetch fixes patches but store them in metadata
I am tired of discussions how to solve situation where upstream changes
it's files without versioning them and we workaround it instead of
solving.
Diffstat (limited to 'recipes/busybox/busybox-1.13.2/busybox-1.13.2-tar.patch')
-rw-r--r-- | recipes/busybox/busybox-1.13.2/busybox-1.13.2-tar.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/busybox/busybox-1.13.2/busybox-1.13.2-tar.patch b/recipes/busybox/busybox-1.13.2/busybox-1.13.2-tar.patch new file mode 100644 index 0000000000..3a59081c82 --- /dev/null +++ b/recipes/busybox/busybox-1.13.2/busybox-1.13.2-tar.patch @@ -0,0 +1,11 @@ +--- busybox-1.13.2/archival/tar.c Sun Nov 9 18:28:02 2008 ++++ busybox-1.13.2-tar/archival/tar.c Tue Jan 20 03:52:04 2009 +@@ -591,8 +591,6 @@ + struct TarBallInfo tbInfo; + + tbInfo.hlInfoHead = NULL; +- +- fchmod(tar_fd, 0644); + tbInfo.tarFd = tar_fd; + tbInfo.verboseFlag = verboseFlag; + |