From 4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 11 Jun 2018 10:24:31 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-horizon/fix_bindir_path.patch | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch') 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 @@ +From e56f1df2d7567ed428888429f51a6f4a0864a414 Mon Sep 17 00:00:00 2001 +From: Mihai Prica +Date: Tue, 23 Jul 2013 10:56:00 +0300 +Subject: [PATCH] python-horizon: Fix bindir search path + Upstream-Status: Inappropriate [configuration] -Index: horizon-2013.1.2/openstack_dashboard/settings.py -=================================================================== ---- horizon-2013.1.2.orig/openstack_dashboard/settings.py -+++ horizon-2013.1.2/openstack_dashboard/settings.py -@@ -29,7 +29,7 @@ warnings.formatwarning = lambda message, - '%s: %s' % (category.__name__, message) +--- + openstack_dashboard/settings.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py +index 51db4ca..a1f1d32 100644 +--- a/openstack_dashboard/settings.py ++++ b/openstack_dashboard/settings.py +@@ -38,7 +38,7 @@ warnings.formatwarning = lambda message, category, *args, **kwargs: \ + '%s: %s' % (category.__name__, message) ROOT_PATH = os.path.dirname(os.path.abspath(__file__)) -BIN_DIR = os.path.abspath(os.path.join(ROOT_PATH, '..', 'bin')) -- cgit v1.2.3-54-g00ecf