diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb b/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb index fe4560b..3b5d38f 100644 --- a/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb +++ b/meta-openstack/recipes-devtools/python/python-oauthlib_0.7.2.bb | |||
| @@ -21,6 +21,7 @@ RDEPENDS_${PN} += " \ | |||
| 21 | 21 | ||
| 22 | do_install_append() { | 22 | do_install_append() { |
| 23 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt" -o -name "requires.txt"` | 23 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt" -o -name "requires.txt"` |
| 24 | perm_files="$perm_files "$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO") | ||
| 24 | for f in $perm_files; do | 25 | for f in $perm_files; do |
| 25 | chmod 644 "${f}" | 26 | chmod 644 "${f}" |
| 26 | done | 27 | done |
