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-calculator | |
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-calculator')
-rw-r--r-- | gpe-calculator/gpe-calculator-0.2/fix_makefile.patch | 47 | ||||
-rw-r--r-- | gpe-calculator/gpe-calculator_0.2.bb | 0 |
2 files changed, 0 insertions, 47 deletions
diff --git a/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch b/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch deleted file mode 100644 index b8c6d1a960..0000000000 --- a/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch +++ /dev/null @@ -1,47 +0,0 @@ -diff -urNd ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile gpe-calculator-0.2/Makefile ---- ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile 2004-08-03 04:24:09.000000000 +0100 -+++ gpe-calculator-0.2/Makefile 2004-08-03 13:12:48.000000000 +0100 -@@ -9,17 +9,17 @@ - GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_ENABLE_BROKEN - GTKLDFLAGS += `pkg-config --libs gtk+-2.0` - --CPPFLAGS = -D_GNU_SOURCE -+PACKAGE_CPPFLAGS = -D_GNU_SOURCE - ifeq ($(DEBUG),yes) --CFLAGS += -O2 -g --LDFLAGS = -g #-lefence -+PACKAGE_CFLAGS += -O2 -g -+PACKAGE_LDFLAGS = -g #-lefence - else --CFLAGS += -Os -fomit-frame-pointer -+PACKAGE_CFLAGS += -Os -fomit-frame-pointer - endif --CFLAGS += -Wall $(GTKCFLAGS) --LDFLAGS += $(GTKLDFLAGS) --CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\" -DPACKAGE_DATA_DIR=\"$(PREFIX)/share\" --CFLAGS += -MD -+PACKAGE_CFLAGS += -Wall $(GTKCFLAGS) -+PACKAGE_LDFLAGS += $(GTKLDFLAGS) -+PACKAGE_CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\" -DPACKAGE_DATA_DIR=\"$(PREFIX)/share\" -+PACKAGE_CFLAGS += -MD - - .SUFFIXES: .d - -@@ -36,14 +36,15 @@ - all: $(PACKAGE) - - $(PACKAGE): $(OBJS) -- $(CC) -o $@ $^ $(LDFLAGS) -+ $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS) - - install-program: all - install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) - install -D -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png - mkdir -p $(DESTDIR)$(PREFIX)/share/applications - install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications -- strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) -+ mkdir -p $(DESTDIR)$(PREFIX)/bin -+ install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) - - clean: - rm -f $(PACKAGE) $(OBJS) $(DEPS) diff --git a/gpe-calculator/gpe-calculator_0.2.bb b/gpe-calculator/gpe-calculator_0.2.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gpe-calculator/gpe-calculator_0.2.bb +++ /dev/null |