generic-poky/meta/recipes-devtools/python/python-smartpm
Robert Yang 37cb3e3aa4 python-smartpm: truncate the filename to meet NAME_MAX
There is a "File name too long" error when len(TMPDIR) = 410, this is
because the function getLocalPath() converts the filepath into the
filename, so there would be the error when len(filename)
> NAME_MAX, truncate the filename to meet NAME_MAX will fix the problem.

[YOCTO #5201]

(From OE-Core rev: 9f0427edee6bf62d3fe7cdceb07f59a5776c8c4f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-17 19:34:56 +01:00
..
smart-attempt.patch python-smartpm: Add an attempt install mode 2013-09-11 11:06:11 +01:00
smart-channelsdir.patch smart: disable CHANNELSDIR 2013-04-08 16:57:03 +01:00
smart-config-ignore-all-recommends.patch python-smartpm: Add support to disable installing recommends 2013-08-22 18:30:00 +01:00
smart-conflict-provider.patch python-smartpm: fix sometimes reporting no provider instead of conflict 2013-07-29 13:09:14 +01:00
smart-dflags.patch python-smartpm: support nolinktos and noparentdirs rpm options 2012-12-06 12:31:06 +00:00
smart-filename-NAME_MAX.patch python-smartpm: truncate the filename to meet NAME_MAX 2013-09-17 19:34:56 +01:00
smart-flag-exclude-packages.patch python-smartpm: Add support for excluding package from the install 2013-08-22 18:29:59 +01:00
smart-flag-ignore-recommends.patch python-smartpm: add ignore-recommends package flag 2013-07-29 13:09:14 +01:00
smart-improve-error-reporting.patch python-smartpm: improve error reporting 2012-12-19 17:55:01 +00:00
smart-metadata-match.patch python-smartpm: Fix incorrect comparison arguments 2012-12-06 12:31:07 +00:00
smart-multilib-fixes.patch python-smartpm: multilib fixes 2013-02-01 15:54:03 +00:00
smart-recommends.patch python-smartpm: add support for recommends 2012-12-06 12:31:05 +00:00
smart-rpm-extra-macros.patch python-smartpm: allow setting arbitrary macros in smart config 2012-12-06 12:31:06 +00:00
smart-rpm-md-parse.patch python-smartpm: fix package metadata not being read from rpm-md feeds 2012-12-06 12:31:06 +00:00
smart-rpm-root.patch python-smartpm: Add smartpm recipe 2012-11-18 16:42:02 +00:00
smart-tmpdir.patch python-smartpm: don't create /var/tmp on every rpm database open 2012-12-06 12:31:06 +00:00
smart-yaml-error.patch python-smartpm: show friendly error if YAML output requested without PyYAML 2013-02-11 14:46:10 +00:00
smartpm-rpm5-nodig.patch python-smartpm: Add smartpm recipe 2012-11-18 16:42:02 +00:00