diff options
| author | Chris Larson <kergoth@openedhand.com> | 2006-08-28 20:33:14 +0000 |
|---|---|---|
| committer | Chris Larson <kergoth@openedhand.com> | 2006-08-28 20:33:14 +0000 |
| commit | 01056cdbea9ebe38b589f74120f5fab39452bbf0 (patch) | |
| tree | 1f438e17df983097879bfb31898b250e939505c6 /meta/packages/quilt/files | |
| parent | f927cf6903ea9bf737ad0f1bd819899c8eb928d3 (diff) | |
| download | poky-01056cdbea9ebe38b589f74120f5fab39452bbf0.tar.gz | |
quilt updates from upstream oe.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@669 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/quilt/files')
| -rw-r--r-- | meta/packages/quilt/files/non-gnu.patch | 13 | ||||
| -rw-r--r-- | meta/packages/quilt/files/nostrip.patch | 16 |
2 files changed, 0 insertions, 29 deletions
diff --git a/meta/packages/quilt/files/non-gnu.patch b/meta/packages/quilt/files/non-gnu.patch deleted file mode 100644 index 8b07bc2923..0000000000 --- a/meta/packages/quilt/files/non-gnu.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: quilt/Makefile.in | ||
| 2 | =================================================================== | ||
| 3 | --- quilt.orig/Makefile.in | ||
| 4 | +++ quilt/Makefile.in | ||
| 5 | @@ -216,7 +216,7 @@ | ||
| 6 | -e 's:@LOCALEDIR''@:$(localedir):g' \ | ||
| 7 | -e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE)-$(VERSION):g' \ | ||
| 8 | $< > $@ | ||
| 9 | - @chmod --reference=$< $@ | ||
| 10 | + @chmod `stat -f "%p" $<` $@ | ||
| 11 | |||
| 12 | Makefile : Makefile.in | ||
| 13 | @echo "Please run ./configure by hand" | ||
diff --git a/meta/packages/quilt/files/nostrip.patch b/meta/packages/quilt/files/nostrip.patch deleted file mode 100644 index 4dedad96d4..0000000000 --- a/meta/packages/quilt/files/nostrip.patch +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | |||
| 2 | # | ||
| 3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
| 4 | # | ||
| 5 | |||
| 6 | --- quilt-0.32/Makefile.in~nostrip | ||
| 7 | +++ quilt-0.32/Makefile.in | ||
| 8 | @@ -240,7 +240,7 @@ | ||
| 9 | @INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR) | ||
| 10 | |||
| 11 | @INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR) | ||
| 12 | - @INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/ | ||
| 13 | + @INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/ | ||
| 14 | |||
| 15 | @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/ | ||
| 16 | @INSTALL@ -m 644 doc/README \ | ||
