]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgcrypt_1.2.3.bb: stage the m4 file
authorRoss Burton <ross@openedhand.com>
Fri, 31 Aug 2007 15:43:50 +0000 (15:43 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 31 Aug 2007 15:43:50 +0000 (15:43 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2617 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libgcrypt/libgcrypt_1.2.3.bb

index 3f4942cae5ea1447f9b5c78dd42959f7292dcae7..885338618440488b84c43f9129fec760ee3da0db 100644 (file)
@@ -4,6 +4,8 @@ PRIORITY = "optional"
 LICENSE = "GPL LGPL FDL"
 DEPENDS = "libgpg-error"
 
+PR = "r1"
+
 # move libgcrypt-config into -dev package
 FILES_${PN} = "${libdir}/lib*.so.*"
 FILES_${PN}-dev += "${bindir}"
@@ -25,4 +27,6 @@ do_stage() {
                install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
        done
 
+       install -d ${STAGING_DATADIR}/aclocal
+       install -m 0644 src/libgcrypt.m4 ${STAGING_DATADIR}/aclocal
 }