diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-06-11 10:24:31 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-11 12:06:40 -0400 |
| commit | 4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457 (patch) | |
| tree | c3ab815e90ae716c1d5b87b26fd2a66d7f8d6ec1 /meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch | |
| parent | 8067b919eb28c8e9b917b63b32dd90f6c5feef29 (diff) | |
| download | meta-cloud-services-4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457.tar.gz | |
housekeeping: patch refresh
Bitbake now prints warnings when a patch is successfully applied but
there is fuzz or an offset. The following refreshes patches for
several packages which report warnings when openstack-image-controller
is built.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch b/meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch index c9d0b1a..d390ae1 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch +++ b/meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch | |||
| @@ -1,11 +1,20 @@ | |||
| 1 | From e56f1df2d7567ed428888429f51a6f4a0864a414 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mihai Prica <prica.mihai@gmail.com> | ||
| 3 | Date: Tue, 23 Jul 2013 10:56:00 +0300 | ||
| 4 | Subject: [PATCH] python-horizon: Fix bindir search path | ||
| 5 | |||
| 1 | Upstream-Status: Inappropriate [configuration] | 6 | Upstream-Status: Inappropriate [configuration] |
| 2 | 7 | ||
| 3 | Index: horizon-2013.1.2/openstack_dashboard/settings.py | 8 | --- |
| 4 | =================================================================== | 9 | openstack_dashboard/settings.py | 2 +- |
| 5 | --- horizon-2013.1.2.orig/openstack_dashboard/settings.py | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 6 | +++ horizon-2013.1.2/openstack_dashboard/settings.py | 11 | |
| 7 | @@ -29,7 +29,7 @@ warnings.formatwarning = lambda message, | 12 | diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py |
| 8 | '%s: %s' % (category.__name__, message) | 13 | index 51db4ca..a1f1d32 100644 |
| 14 | --- a/openstack_dashboard/settings.py | ||
| 15 | +++ b/openstack_dashboard/settings.py | ||
| 16 | @@ -38,7 +38,7 @@ warnings.formatwarning = lambda message, category, *args, **kwargs: \ | ||
| 17 | '%s: %s' % (category.__name__, message) | ||
| 9 | 18 | ||
| 10 | ROOT_PATH = os.path.dirname(os.path.abspath(__file__)) | 19 | ROOT_PATH = os.path.dirname(os.path.abspath(__file__)) |
| 11 | -BIN_DIR = os.path.abspath(os.path.join(ROOT_PATH, '..', 'bin')) | 20 | -BIN_DIR = os.path.abspath(os.path.join(ROOT_PATH, '..', 'bin')) |
