diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httplib2_0.8.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-httplib2_0.8.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httplib2_0.8.bb b/meta-openstack/recipes-devtools/python/python-httplib2_0.8.bb index b0eaaab..98fc9a5 100644 --- a/meta-openstack/recipes-devtools/python/python-httplib2_0.8.bb +++ b/meta-openstack/recipes-devtools/python/python-httplib2_0.8.bb | |||
| @@ -15,3 +15,10 @@ SRC_URI[sha256sum] = "af689bc3cb10a95721eb0d0cf806202a699e7799dacd3497f63b48b2ba | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | |||
| 19 | do_install_append() { | ||
| 20 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "top_level.txt"` | ||
| 21 | for f in $perm_files; do | ||
| 22 | chmod 644 "${f}" | ||
| 23 | done | ||
| 24 | } \ No newline at end of file | ||
