diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/roadmap/files/roadmap_path.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/roadmap/files/roadmap_path.patch')
-rw-r--r-- | packages/roadmap/files/roadmap_path.patch | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/packages/roadmap/files/roadmap_path.patch b/packages/roadmap/files/roadmap_path.patch deleted file mode 100644 index 7a7ab74261..0000000000 --- a/packages/roadmap/files/roadmap_path.patch +++ /dev/null @@ -1,57 +0,0 @@ ---- src/unix/roadmap_path.c.old 2008-01-12 21:08:03.000000000 -0600 -+++ src/unix/roadmap_path.c 2008-01-12 21:29:40.000000000 -0600 -@@ -93,23 +93,18 @@ static const char *RoadMapPathConfig[] = - "/opt/QtPalmtop/share/roadmap", - "/mnt/cf/QtPalmtop/share/roadmap", - "/mnt/card/QtPalmtop/share/roadmap", --#else -+#endif - /* This is for standard Unix configurations. */ - "/etc/roadmap", - "/usr/local/share/roadmap", - "/usr/share/roadmap", --#endif - NULL - }; - static const char *RoadMapPathConfigPreferred = - #ifdef ROADMAP_CONFIG_DIR - ROADMAP_CONFIG_DIR; - #else --#ifdef QWS -- "/mnt/cf/QtPalmtop/share/roadmap"; --#else -- "/usr/local/share/roadmap"; --#endif -+ "/usr/share/roadmap"; - #endif - - -@@ -123,7 +118,7 @@ static const char *RoadMapPathMaps[] = { - "/opt/QtPalmtop/share/roadmap/...", - "/mnt/cf/QtPalmtop/share/roadmap/...", - "/mnt/card/QtPalmtop/share/roadmap/...", --#else -+#endif - /* This is for standard Unix configurations. */ - "&/maps/...", - "/var/lib/roadmap/...", -@@ -134,19 +129,14 @@ static const char *RoadMapPathMaps[] = { - */ - "/usr/local/share/roadmap/...", - "/usr/share/roadmap/...", --#endif - NULL - }; - static const char *RoadMapPathMapsPreferred = - #ifdef ROADMAP_MAP_DIR - ROADMAP_MAP_DIR; - #else --#ifdef QWS -- "/mnt/cf/QtPalmtop/share/roadmap"; --#else - "/var/lib/roadmap"; - #endif --#endif - - /* The default path for the icon files (the "icons" path): */ - static const char *RoadMapPathIcons[] = { |