From: Mirko Vogt Date: Sun, 8 Feb 2009 11:30:39 +0000 (+0000) Subject: remove patch for fso which is not needed anymore X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d519acc2256279933dacf7d9a4efe0fb481fb8f0;p=openwrt%2Fsvn-archive%2Ffeeds.git remove patch for fso which is not needed anymore SVN-Revision: 14437 --- diff --git a/phone/fso/patches/000-change-paths.patch b/phone/fso/patches/000-change-paths.patch deleted file mode 100644 index 1160c48..0000000 --- a/phone/fso/patches/000-change-paths.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -ruN fso-20090103.orig/setup.py fso-20090103/setup.py ---- fso-20090103.orig/setup.py 2009-01-04 22:23:14.000000000 +0100 -+++ fso-20090103/setup.py 2009-01-05 01:22:17.000000000 +0100 -@@ -23,18 +23,18 @@ - packages = packages, - scripts = [ "framework/frameworkd", "tools/cli-framework" ], - data_files = [ -- ("../../etc/dbus-1/system.d", ["etc/dbus-1/system.d/frameworkd.conf"] ), -- ("../../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/phone.yaml"]), -- ("../../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/profiles.yaml"]), -- ("../../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/rules.yaml"]), -- ("../../etc/freesmartphone/opreferences/conf/profiles/", ["etc/freesmartphone/opreferences/conf/profiles/default.yaml"]), -- ("../../etc/freesmartphone/opreferences/conf/phone", ["etc/freesmartphone/opreferences/conf/phone/default.yaml"]), -- ("../../etc/freesmartphone/opreferences/conf/phone", ["etc/freesmartphone/opreferences/conf/phone/silent.yaml"]), -- ("../../etc/freesmartphone/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/default.yaml"]), -- ("../../etc/freesmartphone/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/silent.yaml"]), -- ("../../etc/freesmartphone/oevents", ["etc/freesmartphone/oevents/rules.yaml"]), -- ("../../etc/freesmartphone/persist", ["etc/freesmartphone/persist/README"]), -- ("../../etc/freesmartphone/ogsmd", ["etc/freesmartphone/ogsmd/networks.tab"]), -+ ("../etc/dbus-1/system.d", ["etc/dbus-1/system.d/frameworkd.conf"] ), -+ ("../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/phone.yaml"]), -+ ("../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/profiles.yaml"]), -+ ("../etc/freesmartphone/opreferences/schema/", ["etc/freesmartphone/opreferences/schema/rules.yaml"]), -+ ("../etc/freesmartphone/opreferences/conf/profiles/", ["etc/freesmartphone/opreferences/conf/profiles/default.yaml"]), -+ ("../etc/freesmartphone/opreferences/conf/phone", ["etc/freesmartphone/opreferences/conf/phone/default.yaml"]), -+ ("../etc/freesmartphone/opreferences/conf/phone", ["etc/freesmartphone/opreferences/conf/phone/silent.yaml"]), -+ ("../etc/freesmartphone/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/default.yaml"]), -+ ("../etc/freesmartphone/opreferences/conf/rules", ["etc/freesmartphone/opreferences/conf/rules/silent.yaml"]), -+ ("../etc/freesmartphone/oevents", ["etc/freesmartphone/oevents/rules.yaml"]), -+ ("../etc/freesmartphone/persist", ["etc/freesmartphone/persist/README"]), -+ ("../etc/freesmartphone/ogsmd", ["etc/freesmartphone/ogsmd/networks.tab"]), - ("freesmartphone/examples/", getDir( "examples" ) ), - ] - )