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-beam | |
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-beam')
-rw-r--r-- | gpe-beam/gpe-beam-0.2.6/vcard-send.patch | 33 | ||||
-rw-r--r-- | gpe-beam/gpe-beam_0.2.3.bb | 0 | ||||
-rw-r--r-- | gpe-beam/gpe-beam_0.2.6.bb | 0 |
3 files changed, 0 insertions, 33 deletions
diff --git a/gpe-beam/gpe-beam-0.2.6/vcard-send.patch b/gpe-beam/gpe-beam-0.2.6/vcard-send.patch deleted file mode 100644 index 1a2c66f821..0000000000 --- a/gpe-beam/gpe-beam-0.2.6/vcard-send.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: main.c -=================================================================== -RCS file: /cvs/gpe/base/gpe-beam/main.c,v -retrieving revision 1.26 -diff -u -r1.26 main.c ---- main.c 16 Oct 2004 12:17:51 -0000 1.26 -+++ main.c 17 Oct 2004 12:43:16 -0000 -@@ -632,7 +632,7 @@ - - - static void --send_vcard (void) -+do_send_vcard (void) - { - if (!radio_is_on) - radio_on (); -@@ -651,6 +651,16 @@ - } - } - -+static void -+send_vcard (void) -+{ -+ scan_thread = -+ g_thread_create ((GThreadFunc) -+ do_send_vcard, NULL, FALSE, NULL); -+ if (scan_thread == NULL) -+ gpe_perror_box (_("Unable to start sender.")); -+} -+ - - static gboolean - get_irstatus (void) diff --git a/gpe-beam/gpe-beam_0.2.3.bb b/gpe-beam/gpe-beam_0.2.3.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gpe-beam/gpe-beam_0.2.3.bb +++ /dev/null diff --git a/gpe-beam/gpe-beam_0.2.6.bb b/gpe-beam/gpe-beam_0.2.6.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/gpe-beam/gpe-beam_0.2.6.bb +++ /dev/null |