diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/libcgroup/libcgroup_0.38.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/libcgroup/libcgroup_0.38.bb b/meta/recipes-core/libcgroup/libcgroup_0.38.bb index fca604b822..32b87e6848 100644 --- a/meta/recipes-core/libcgroup/libcgroup_0.38.bb +++ b/meta/recipes-core/libcgroup/libcgroup_0.38.bb | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
@@ -29,7 +29,8 @@ do_install_append() { | |||
29 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 29 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |
30 | mkdir -p ${D}/${base_libdir}/ | 30 | mkdir -p ${D}/${base_libdir}/ |
31 | mv -f ${D}${libdir}/libcgroup.so.* ${D}${base_libdir}/ | 31 | mv -f ${D}${libdir}/libcgroup.so.* ${D}${base_libdir}/ |
32 | ln -sf ${D}${base_libdir}/libcgroup.so.1 ${D}${libdir}/libcgroup.so | 32 | rel_lib_prefix=`echo ${libdir} | sed 's,\(^/\|\)[^/][^/]*,..,g'` |
33 | ln -sf ${rel_lib_prefix}${base_libdir}/libcgroup.so.1 ${D}${libdir}/libcgroup.so | ||
33 | fi | 34 | fi |
34 | # pam modules in ${base_libdir}/security/ should be binary .so files, not symlinks. | 35 | # pam modules in ${base_libdir}/security/ should be binary .so files, not symlinks. |
35 | if [ -f ${D}${base_libdir}/security/pam_cgroup.so.0.0.0 ]; then | 36 | if [ -f ${D}${base_libdir}/security/pam_cgroup.so.0.0.0 ]; then |