diff options
author | Yu Ke <ke.yu@intel.com> | 2010-12-27 13:28:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:37:30 +0000 |
commit | 9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b (patch) | |
tree | c150b9d61eb9836d997865ccfd2432d864219505 /meta/recipes-sato | |
parent | 601af9f8ead73e4c385162e820b877f18e5e6722 (diff) | |
download | poky-9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b.tar.gz |
recpies: use SRCPV instead of SRCREV for PV
SRCPV is intended being used by PV, some recipes still use
SRCREV for PV, which is not correct. This patch fix all the
misusage.
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-sato')
20 files changed, 20 insertions, 20 deletions
diff --git a/meta/recipes-sato/gaku/gaku_svn.bb b/meta/recipes-sato/gaku/gaku_svn.bb index d1e2a3f43f..594b03736b 100644 --- a/meta/recipes-sato/gaku/gaku_svn.bb +++ b/meta/recipes-sato/gaku/gaku_svn.bb | |||
@@ -15,7 +15,7 @@ RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \ | |||
15 | gst-plugins-base-ogg \ | 15 | gst-plugins-base-ogg \ |
16 | ${COMMERCIAL_AUDIO_PLUGINS}" | 16 | ${COMMERCIAL_AUDIO_PLUGINS}" |
17 | 17 | ||
18 | PV = "0.0+svnr${SRCREV}" | 18 | PV = "0.0+svnr${SRCPV}" |
19 | 19 | ||
20 | PR = "r4" | 20 | PR = "r4" |
21 | 21 | ||
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb index a7ee6c6e43..3c7f1b5429 100644 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb +++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
4 | file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \ | 4 | file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \ |
5 | file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a" | 5 | file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a" |
6 | 6 | ||
7 | PV = "0.3.2+svnr${SRCREV}" | 7 | PV = "0.3.2+svnr${SRCPV}" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" | 10 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" |
diff --git a/meta/recipes-sato/libowl/libowl_svn.bb b/meta/recipes-sato/libowl/libowl_svn.bb index 31a142c930..74d0d77981 100644 --- a/meta/recipes-sato/libowl/libowl_svn.bb +++ b/meta/recipes-sato/libowl/libowl_svn.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | 10 | ||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | DEPENDS = "gtk+" | 12 | DEPENDS = "gtk+" |
13 | PV = "0.0+svnr${SRCREV}" | 13 | PV = "0.0+svnr${SRCPV}" |
14 | PR = "r6" | 14 | PR = "r6" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 16 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" |
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb index 88484eb12b..fce21a3a25 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
9 | DEPENDS = "gconf gtk+" | 9 | DEPENDS = "gconf gtk+" |
10 | RDEPENDS_${PN} = "settings-daemon" | 10 | RDEPENDS_${PN} = "settings-daemon" |
11 | 11 | ||
12 | PV = "0.0+svnr${SRCREV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | PR = "r1" | 13 | PR = "r1" |
14 | 14 | ||
15 | S = "${WORKDIR}/${PN}" | 15 | S = "${WORKDIR}/${PN}" |
diff --git a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb index bdae33d5a3..617fb6dbe0 100644 --- a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb +++ b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "" | 9 | DEPENDS = "" |
10 | CONFLICTS = "matchbox-common" | 10 | CONFLICTS = "matchbox-common" |
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http" |
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb index 324c81ff27..f5aadfd13b 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | 10 | ||
11 | DEPENDS = "gtk+ startup-notification dbus" | 11 | DEPENDS = "gtk+ startup-notification dbus" |
12 | SECTION = "x11/wm" | 12 | SECTION = "x11/wm" |
13 | PV = "2.0+svnr${SRCREV}" | 13 | PV = "2.0+svnr${SRCPV}" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http" | 16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http" |
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb index 935136d6fb..380e5ba338 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" | 10 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" |
11 | RDEPENDS_${PN} = "formfactor dbus-wait" | 11 | RDEPENDS_${PN} = "formfactor dbus-wait" |
12 | SECTION = "x11" | 12 | SECTION = "x11" |
13 | PV = "0.0+svnr${SRCREV}" | 13 | PV = "0.0+svnr${SRCPV}" |
14 | PR = "r5" | 14 | PR = "r5" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb index 8f5ccc84f7..d76fc09dc3 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "gtk+ startup-notification dbus dbus-glib" | |||
12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | 12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" |
13 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 13 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
14 | 14 | ||
15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCPV}" |
16 | PR = "r7" | 16 | PR = "r7" |
17 | 17 | ||
18 | RPROVIDES_${PN} = "matchbox-panel" | 18 | RPROVIDES_${PN} = "matchbox-panel" |
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb index b0e77acbf8..5021d8839e 100644 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb +++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fb | |||
7 | 7 | ||
8 | DEPENDS = "libfakekey expat libxft" | 8 | DEPENDS = "libfakekey expat libxft" |
9 | SECTION = "x11/wm" | 9 | SECTION = "x11/wm" |
10 | PV = "0.0+svnr${SRCREV}" | 10 | PV = "0.0+svnr${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
13 | file://single-instance.patch;patch=1 \ | 13 | file://single-instance.patch;patch=1 \ |
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb index 169223f84e..f06d80cab0 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
8 | 8 | ||
9 | DEPENDS = "gtk+ vte" | 9 | DEPENDS = "gtk+ vte" |
10 | SECTION = "x11/utils" | 10 | SECTION = "x11/utils" |
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb index c68c6855c7..36bde38fcc 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require matchbox-theme-sato.inc | 1 | require matchbox-theme-sato.inc |
2 | 2 | ||
3 | DEPENDS = "matchbox-wm-2" | 3 | DEPENDS = "matchbox-wm-2" |
4 | PV = "0.1+svnr${SRCREV}" | 4 | PV = "0.1+svnr${SRCPV}" |
5 | 5 | ||
6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \ | 6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \ |
7 | file://png_rename.patch" | 7 | file://png_rename.patch" |
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb index 7d492353bf..16ea8251b1 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require matchbox-theme-sato.inc | 1 | require matchbox-theme-sato.inc |
2 | 2 | ||
3 | PV = "0.1+svnr${SRCREV}" | 3 | PV = "0.1+svnr${SRCPV}" |
4 | PR = "r0" | 4 | PR = "r0" |
5 | 5 | ||
6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb index 15bd37ac8c..b9612c0741 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "gtk+ gstreamer gst-plugins-base" | |||
12 | RDEPENDS_${PN} = "gst-meta-base" | 12 | RDEPENDS_${PN} = "gst-meta-base" |
13 | RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" | 13 | RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" |
14 | 14 | ||
15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCPV}" |
16 | PR = "r6" | 16 | PR = "r6" |
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
diff --git a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb index bfa02b7dc9..f83dbdc5d6 100644 --- a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb +++ b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "libowl-av" | 9 | DEPENDS = "libowl-av" |
10 | 10 | ||
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r3" | 12 | PR = "r3" |
13 | 13 | ||
14 | S = "${WORKDIR}/video" | 14 | S = "${WORKDIR}/video" |
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb b/meta/recipes-sato/puzzles/oh-puzzles_svn.bb index 5fcea24b37..3bee48687a 100644 --- a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb +++ b/meta/recipes-sato/puzzles/oh-puzzles_svn.bb | |||
@@ -11,7 +11,7 @@ SECTION = "x11" | |||
11 | DEPENDS = "gtk+ gconf intltool-native librsvg" | 11 | DEPENDS = "gtk+ gconf intltool-native librsvg" |
12 | DEPENDS_append_poky = " libowl" | 12 | DEPENDS_append_poky = " libowl" |
13 | 13 | ||
14 | PV = "0.1+svnr${SRCREV}" | 14 | PV = "0.1+svnr${SRCPV}" |
15 | PR = "r10" | 15 | PR = "r10" |
16 | 16 | ||
17 | bindir = "/usr/games" | 17 | bindir = "/usr/games" |
diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_svn.bb index a95ba2d54d..35f3422899 100644 --- a/meta/recipes-sato/screenshot/screenshot_svn.bb +++ b/meta/recipes-sato/screenshot/screenshot_svn.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
9 | 9 | ||
10 | PRIORITY = "optional" | 10 | PRIORITY = "optional" |
11 | DEPENDS = "matchbox-panel-2" | 11 | DEPENDS = "matchbox-panel-2" |
12 | PV = "0.0+svnr${SRCREV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" |
15 | 15 | ||
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb b/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb index 4d1d9baf40..720ebfbebe 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc | |||
6 | file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" | 6 | file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" |
7 | DEPENDS = "gconf glib-2.0 gtk+" | 7 | DEPENDS = "gconf glib-2.0 gtk+" |
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | PV = "0.0+svnr${SRCREV}" | 9 | PV = "0.0+svnr${SRCPV}" |
10 | 10 | ||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
diff --git a/meta/recipes-sato/web/web-webkit_svn.bb b/meta/recipes-sato/web/web-webkit_svn.bb index 7dfce263ff..3df2bd8baa 100644 --- a/meta/recipes-sato/web/web-webkit_svn.bb +++ b/meta/recipes-sato/web/web-webkit_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" | 9 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" |
10 | 10 | ||
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r3" | 12 | PR = "r3" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \ | 14 | SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \ |
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb index 79838cef73..bdcdaba009 100644 --- a/meta/recipes-sato/web/web_svn.bb +++ b/meta/recipes-sato/web/web_svn.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" | |||
4 | DESCRIPTION = "Web is a multi-platform web browsing application." | 4 | DESCRIPTION = "Web is a multi-platform web browsing application." |
5 | PR = "r4" | 5 | PR = "r4" |
6 | 6 | ||
7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | 9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ |
10 | file://owl-window-menu.patch \ | 10 | file://owl-window-menu.patch \ |
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index fe31b9c24c..8d4eb35239 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb | |||
@@ -12,7 +12,7 @@ DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer f | |||
12 | 12 | ||
13 | SRCREV_FORMAT = "webcore-rwebkit" | 13 | SRCREV_FORMAT = "webcore-rwebkit" |
14 | 14 | ||
15 | PV = "1.3.2+svnr${SRCREV}" | 15 | PV = "1.3.2+svnr${SRCPV}" |
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |