diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-21 00:50:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-21 00:50:31 +0000 |
commit | a80b88a1904dfeca7ba91cf72053546be6c040f8 (patch) | |
tree | 244cb49e781380a16e52d53d32337ea827074c97 /libgpg-error | |
parent | 9af39bc760799081da4d4f3c1b681fc1a61648e3 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/21 00:50:11+00:00 nexus.co.uk!pb
also stage gpg-error.m4
BKrev: 419fe657ntbkb-WTPuC0iokde5jWYQ
Diffstat (limited to 'libgpg-error')
-rw-r--r-- | libgpg-error/libgpg-error_0.7.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libgpg-error/libgpg-error_0.7.oe b/libgpg-error/libgpg-error_0.7.oe index 57b131791d..b37d8792fa 100644 --- a/libgpg-error/libgpg-error_0.7.oe +++ b/libgpg-error/libgpg-error_0.7.oe @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" @@ -23,4 +23,6 @@ do_stage() { install -m 0644 ${S}/src/$X ${STAGING_INCDIR}/$X done + install -d ${STAGING_DATADIR}/aclocal + install -m 0644 src/gpg-error.m4 ${STAGING_DATADIR}/aclocal/ } |