diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-04 11:46:06 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-05 08:25:51 -0700 |
commit | 8cf290da2b42dea60d7ca598f37169fed8d858c6 (patch) | |
tree | d8a1b0ade0bb4e6d24e0b0cdff536c4893b8c549 /recipes/device-mapper | |
parent | 2f2a0aa2c2158e7c3a6b80e1aeb93475270b121a (diff) |
device-mapper_1.02.28.bb: Get rid of legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/device-mapper')
-rw-r--r-- | recipes/device-mapper/device-mapper_1.02.28.bb | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/recipes/device-mapper/device-mapper_1.02.28.bb b/recipes/device-mapper/device-mapper_1.02.28.bb index bd0cbb98ab..075d34b2e4 100644 --- a/recipes/device-mapper/device-mapper_1.02.28.bb +++ b/recipes/device-mapper/device-mapper_1.02.28.bb @@ -4,13 +4,15 @@ that supports logical volume management. It is required by LVM2 and EVMS. \ The original LVM (included in stock 2.4 kernels) does not use it." LICENSE = "GPL" +PR = "r1" + S = "${WORKDIR}/${PN}.${PV}" SRC_URI = "ftp://sources.redhat.com/pub/dm/device-mapper.${PV}.tgz \ file://devmap-mknod-busybox.patch \ file://remove_insanity.patch " -inherit autotools_stage update-rc.d +inherit autotools update-rc.d AUTOTOOLS_STAGE_PKGCONFIG = "1" # The install-script will fail without this. @@ -27,14 +29,5 @@ do_install_append() { FILES_${PN}-dev += "${libdir}/ioctl/*.a" -do_stage_append() { - install -d ${STAGING_LIBDIR}/pkgconfig/ - for pc in ${S}/*/*.pc ; do - cp $pc ${STAGING_LIBDIR}/pkgconfig/ - cp $pc ${STAGING_LIBDIR}/pkgconfig/$(echo $(basename $pc) | sed s:lib::g) - done -} - - SRC_URI[md5sum] = "c9ae0776994a419f9e1ba842164bb626" SRC_URI[sha256sum] = "24c7887fe896325a6cdc86b8beeb0d9c2de8b1c4cb20f53c2dc8f90963fc39bf" |