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 /totem | |
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 'totem')
-rw-r--r-- | totem/totem-0.99.15/include.patch | 11 | ||||
-rw-r--r-- | totem/totem-0.99.15/omf.patch | 13 | ||||
-rw-r--r-- | totem/totem_0.99.15.bb | 0 |
3 files changed, 0 insertions, 24 deletions
diff --git a/totem/totem-0.99.15/include.patch b/totem/totem-0.99.15/include.patch deleted file mode 100644 index 6e99c4e21e..0000000000 --- a/totem/totem-0.99.15/include.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- totem-0.99.15/src/video-utils.c 2004-07-03 16:54:31.000000000 -0700 -+++ totem-0.99.15.new/src/video-utils.c 2004-08-04 11:03:30.822669856 -0700 -@@ -4,7 +4,7 @@ - #include "video-utils.h" - - #include <glib/gi18n.h> --#include <libintl.h> -+/* #include <libintl.h> */ - - #include <gdk/gdk.h> - #include <gdk/gdkx.h> diff --git a/totem/totem-0.99.15/omf.patch b/totem/totem-0.99.15/omf.patch deleted file mode 100644 index a889db10ba..0000000000 --- a/totem/totem-0.99.15/omf.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- totem-0.99.12/omf.make 2003-11-08 18:04:41.000000000 -0700 -+++ totem-0.99.12.new/omf.make 2004-06-30 09:39:58.765495480 -0700 -@@ -41,7 +41,9 @@ - install-data-hook-omf: - $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) - for file in $(omffile); do \ -- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ -+ if [ -f $$file.out ]; then \ -+ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ -+ fi; \ - done - -scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir) - diff --git a/totem/totem_0.99.15.bb b/totem/totem_0.99.15.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/totem/totem_0.99.15.bb +++ /dev/null |