diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /gpe-irc | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'gpe-irc')
-rw-r--r-- | gpe-irc/gpe-irc-0.07/fix_makefile.patch | 36 | ||||
-rw-r--r-- | gpe-irc/gpe-irc_0.07.bb | 0 |
2 files changed, 0 insertions, 36 deletions
diff --git a/gpe-irc/gpe-irc-0.07/fix_makefile.patch b/gpe-irc/gpe-irc-0.07/fix_makefile.patch deleted file mode 100644 index de18063280..0000000000 --- a/gpe-irc/gpe-irc-0.07/fix_makefile.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -urNd ../gpe-irc-0.07-r0/gpe-irc-0.07/Makefile gpe-irc-0.07/Makefile ---- ../gpe-irc-0.07-r0/gpe-irc-0.07/Makefile 2004-08-03 15:40:50.000000000 +0100 -+++ gpe-irc-0.07/Makefile 2004-08-03 16:01:29.000000000 +0100 -@@ -1,12 +1,13 @@ - PREFIX = /usr/local - PACKAGE = gpe-irc - VERSION = 0.07 --DEBUG = yes -+DEBUG = no - CVSBUILD = no -+BUILD = ./build - - ifeq ($(DEBUG),yes) - CFLAGS += -O2 -g -DDEBUG --LDFLAGS = -g #-lefence -+LDFLAGS += -g #-lefence - else - CFLAGS += -Os -fomit-frame-pointer - endif -@@ -41,7 +42,7 @@ - $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) - - install-program: all -- install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) -+ install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) - install -D -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png - install -d $(DESTDIR)$(PREFIX)/share/gpe/pixmaps/default/irc - install -d $(DESTDIR)$(PREFIX)/share/gpe/pixmaps/default/irc/smileys -@@ -56,7 +57,6 @@ - install -m 644 pixmaps/colors/blue.png $(DESTDIR)$(PREFIX)/share/gpe/pixmaps/default/irc/colors/blue.png - mkdir -p $(DESTDIR)$(PREFIX)/share/applications - install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/ -- strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) - - clean: - rm -f $(PACKAGE) $(OBJS) $(DEPS) diff --git a/gpe-irc/gpe-irc_0.07.bb b/gpe-irc/gpe-irc_0.07.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gpe-irc/gpe-irc_0.07.bb +++ /dev/null |