diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 15:00:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:26:15 +0100 |
commit | 6c756fe2a61843050debd06d7194e6441c26cb20 (patch) | |
tree | 088c058691cb9742608ed02950af05bfa40bd097 /meta/recipes-devtools/python/python-smartpm_git.bb | |
parent | 13fd49fd719d7e59ea347241934ccb991264f14f (diff) | |
download | openembedded-core-6c756fe2a61843050debd06d7194e6441c26cb20.tar.gz openembedded-core-6c756fe2a61843050debd06d7194e6441c26cb20.tar.bz2 openembedded-core-6c756fe2a61843050debd06d7194e6441c26cb20.zip |
python-smartpm: Avoid locale issue with bitbake python3
(From OE-Core rev: fa2ca7660e8f3279736624aa2493b4ca952ae466)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_git.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_git.bb b/meta/recipes-devtools/python/python-smartpm_git.bb index f030b3eb37..5662bacf02 100644 --- a/meta/recipes-devtools/python/python-smartpm_git.bb +++ b/meta/recipes-devtools/python/python-smartpm_git.bb @@ -24,6 +24,7 @@ SRC_URI = "\ file://smart-set-noprogress-for-pycurl.patch \ file://smart-cache.py-getPackages-matches-name-version.patch \ file://smart-channel-remove-all.patch \ + file://smart-locale.patch \ " SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0" |