diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/mplayer/files/makefile-nostrip.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/mplayer/files/makefile-nostrip.patch')
-rw-r--r-- | packages/mplayer/files/makefile-nostrip.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/mplayer/files/makefile-nostrip.patch b/packages/mplayer/files/makefile-nostrip.patch deleted file mode 100644 index 604433938b..0000000000 --- a/packages/mplayer/files/makefile-nostrip.patch +++ /dev/null @@ -1,24 +0,0 @@ -upstream: not applicable, I think (unless somebody claims there is a more portable way to stripping) - -Index: MPlayer-1.0rc1/Makefile -=================================================================== ---- MPlayer-1.0rc1.orig/Makefile -+++ MPlayer-1.0rc1/Makefile -@@ -416,7 +416,7 @@ ifeq ($(VIDIX),yes) - $(MAKE) -C vidix install - endif - $(INSTALL) -d $(BINDIR) -- $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG) -+ $(INSTALL) -m 755 $(PRG) $(BINDIR)/$(PRG) - ifeq ($(GUI),yes) - -ln -sf $(PRG) $(BINDIR)/gmplayer - endif -@@ -430,7 +430,7 @@ endif - fi ; \ - done - ifeq ($(MENCODER),yes) -- $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER) -+ $(INSTALL) -m 755 $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER) - for i in $(MAN_LANG); do \ - if test "$$i" = en ; then \ - cd $(MANDIR)/man1 && ln -sf mplayer.1 mencoder.1 ; \ |