summaryrefslogtreecommitdiff
path: root/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-07-22 19:30:47 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-24 00:07:31 +0100
commitd6ba72ac3425596aae96ccfd1ddbbaaf20b11705 (patch)
tree4dcfca5427a5be6698315d2ec35155151c075445 /meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
parentcbea4ae33f42c1553ed99a7d3bada00ce68ff9fd (diff)
downloadopenembedded-core-d6ba72ac3425596aae96ccfd1ddbbaaf20b11705.tar.gz
openembedded-core-d6ba72ac3425596aae96ccfd1ddbbaaf20b11705.tar.bz2
openembedded-core-d6ba72ac3425596aae96ccfd1ddbbaaf20b11705.tar.xz
openembedded-core-d6ba72ac3425596aae96ccfd1ddbbaaf20b11705.zip
pcmanfm: Update to 0.9.7
New dependency on libfm & menu-cache, which are added in previous commits following patches are removed as they either don't apply or this new version has no those problems: desktop.patch no-fam.patch no-warnings.patch pcmanfm-mips-fix.patch the pending one is aowl-window-menu.patch, which need more work as the sources have changed a lot. So far w/o this patch it still works. but we need more verification later Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch')
-rw-r--r--meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch b/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
deleted file mode 100644
index ad5dc6772..000000000
--- a/meta/packages/pcmanfm/files/pcmanfm-mips-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- pcmanfm-0.3.2.2-org/src/inotify/inotify-syscalls.h 2010-01-07 14:53:56.938000062 +0800
-+++ pcmanfm-0.3.2.2/src/inotify/inotify-syscalls.h 2010-01-07 14:54:57.830000065 +0800
-@@ -39,6 +39,10 @@
- # define __NR_inotify_init 290
- # define __NR_inotify_add_watch 291
- # define __NR_inotify_rm_watch 292
-+#elif defined (__mips__)
-+# define __NR_inotify_init 284
-+# define __NR_inotify_add_watch 285
-+# define __NR_inotify_rm_watch 286
- #else
- # error "Unsupported architecture!"
- #endif