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 /xffm | |
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 'xffm')
-rw-r--r-- | xffm/xffm-4.0.5/link.patch | 29 | ||||
-rw-r--r-- | xffm/xffm_4.0.5.bb | 0 |
2 files changed, 0 insertions, 29 deletions
diff --git a/xffm/xffm-4.0.5/link.patch b/xffm/xffm-4.0.5/link.patch deleted file mode 100644 index e79fc8c4f5..0000000000 --- a/xffm/xffm-4.0.5/link.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- xffm-4.0.5/src/Makefile.am 2003-05-29 12:13:17.000000000 -0700 -+++ xffm-4.0.5.new/src/Makefile.am 2004-06-11 10:26:06.509143832 -0700 -@@ -94,16 +94,16 @@ - install-data-local: - $(mkinstalldirs) $(DESTDIR)$(bindir) - ( cd $(DESTDIR)$(bindir); \ -- rm -f xffstab; ln xffm xffstab; \ -- rm -f xfbook; ln xffm xfbook; \ -- rm -f xfapps; ln xffm xfapps; \ -- rm -f xftree4; ln xffm xftree4; \ -- rm -f xfsamba4; ln xffm xfsamba4; \ -- rm -f xfbook4; ln xffm xfbook4; \ -- rm -f xfapps4; ln xffm xfapps4; \ -- rm -f xfglob4; ln xffm xfglob4; \ -- rm -f xftrash4; ln xffm xftrash4; \ -- rm -f xffstab4; ln xffm xffstab4; \ -+ rm -f xffstab; ln -s xffm xffstab; \ -+ rm -f xfbook; ln -s xffm xfbook; \ -+ rm -f xfapps; ln -s xffm xfapps; \ -+ rm -f xftree4; ln -s xffm xftree4; \ -+ rm -f xfsamba4; ln -s xffm xfsamba4; \ -+ rm -f xfbook4; ln -s xffm xfbook4; \ -+ rm -f xfapps4; ln -s xffm xfapps4; \ -+ rm -f xfglob4; ln -s xffm xfglob4; \ -+ rm -f xftrash4; ln -s xffm xftrash4; \ -+ rm -f xffstab4; ln -s xffm xffstab4; \ - ) - - pkgconfigdir = $(libdir)/pkgconfig diff --git a/xffm/xffm_4.0.5.bb b/xffm/xffm_4.0.5.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/xffm/xffm_4.0.5.bb +++ /dev/null |