diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-29 16:40:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-29 16:40:47 +0000 |
commit | 0580fc73a3972b884467006a69c537dad6f4ee35 (patch) | |
tree | b5caf1392687566234cc2adc71658970b23dd858 /libogg | |
parent | ae6456d0e5030e38e36f4fb09439e414321f2387 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into odin.(none):/home/kergoth/code/packages
2004/06/29 11:40:38-05:00 (none)!kergoth
Install ogg.m4 into staging in the libogg builds.
BKrev: 40e19b8f-_DGeDIGS6Aeya_qKyZpkA
Diffstat (limited to 'libogg')
-rw-r--r-- | libogg/libogg_1.0.oe | 1 | ||||
-rw-r--r-- | libogg/libogg_1.1.oe | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libogg/libogg_1.0.oe b/libogg/libogg_1.0.oe index 3b9b4a80a8..f53b7ccdad 100644 --- a/libogg/libogg_1.0.oe +++ b/libogg/libogg_1.0.oe @@ -12,4 +12,5 @@ do_stage () { install -d ${STAGING_INCDIR}/ogg (cd ${S}/include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_INCDIR}/ogg/) + install -m 0644 ${S}/ogg.m4 ${STAGING_DATADIR}/aclocal/ } diff --git a/libogg/libogg_1.1.oe b/libogg/libogg_1.1.oe index f5e06306d6..5203ccfb06 100644 --- a/libogg/libogg_1.1.oe +++ b/libogg/libogg_1.1.oe @@ -12,4 +12,5 @@ do_stage () { install -d ${STAGING_INCDIR}/ogg (cd ${S}/include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_INCDIR}/ogg/) + install -m 0644 ${S}/ogg.m4 ${STAGING_DATADIR}/aclocal/ } |