diff options
author | jaehoon.you <jaehoon.you@samsung.com> | 2013-10-11 18:07:57 +0900 |
---|---|---|
committer | jaehoon.you <jaehoon.you@samsung.com> | 2013-10-11 18:07:57 +0900 |
commit | 90d5ac3ad82c5c3e2ee212db21a9c2e63b2bf56d (patch) | |
tree | c1e85fe57c1c13cffda23d695fbea3b26dcadd87 /packaging | |
parent | ea7118e6cad1e58b0ae6b1ff782a30139255b575 (diff) | |
download | lthor-90d5ac3ad82c5c3e2ee212db21a9c2e63b2bf56d.tar.gz lthor-90d5ac3ad82c5c3e2ee212db21a9c2e63b2bf56d.tar.bz2 lthor-90d5ac3ad82c5c3e2ee212db21a9c2e63b2bf56d.zip |
Support MAC OS X 10.7,10.8submit/tizen_ivi_panda/20140403.000543submit/tizen/20131029.071705accepted/tizen/ivi/panda/20140403.000127accepted/tizen/20131112.015138accepted/tizen/20131029.175713accepted/tizen/20131029.080332tizen_ivi_pandaaccepted/tizen_ivi_pandaaccepted/tizen/ivi
On OS X the serial device must be opened with O_NONBLOCK flag.
Later this flag must be cleared before write operations otherwise
only small chunks data can be written at once.
Tested on OS X (10.8.4).
Author : Piotr Wilczek <p.wilczek@samsung.com>
Change-Id: I2b77cf16aacd491af9c94203fe7dfc49ce361516
Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/lthor.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/lthor.spec b/packaging/lthor.spec index 2898c49..a79a512 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 1.3 +Version: 1.4 Release: 1 Group: Development/Tools/Other License: Apache |