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 /gammu | |
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 'gammu')
-rw-r--r-- | gammu/gammu/ldflags.patch | 20 | ||||
-rw-r--r-- | gammu/gammu_0.99.0.bb | 0 |
2 files changed, 0 insertions, 20 deletions
diff --git a/gammu/gammu/ldflags.patch b/gammu/gammu/ldflags.patch deleted file mode 100644 index d476863108..0000000000 --- a/gammu/gammu/ldflags.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gammu-0.99.0/cfg/Makefile.glo.orig 2004-10-11 04:38:06 +0200 -+++ gammu-0.99.0/cfg/Makefile.glo 2004-10-24 23:28:22 +0200 -@@ -124,7 +124,7 @@ - - $(TOPDIR)/gammu/gammu: $(COMMON) $(GAMMU) - @echo Linking gammu -- @$(CC) $(COMMON) $(GAMMU) -lm $(LDLIBS) -o $(TOPDIR)/gammu/gammu -+ @$(CC) $(COMMON) $(GAMMU) -lm $(LDLIBS) -o $(TOPDIR)/gammu/gammu $(LDFLAGS) - - gammu: $(TOPDIR)/gammu/gammu - -@@ -134,7 +134,7 @@ - - $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR): $(COMMON) - @echo Linking libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -- @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) -+ @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) $(LDFLAGS) - @$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR) - @$(LN) -s libGammu.so.$(SONAME_MAJOR) $(TOPDIR)/common/libGammu.so - diff --git a/gammu/gammu_0.99.0.bb b/gammu/gammu_0.99.0.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gammu/gammu_0.99.0.bb +++ /dev/null |