diff options
author | Philip Balister <philip@balister.org> | 2007-01-16 13:59:56 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-01-16 13:59:56 +0000 |
commit | d5e5a592f1643820e29a35d0eee631d39d86c74a (patch) | |
tree | d19acb6f2c352a9ead442f67d1b1333f1bc393f5 /packages/fftw/fftw_3.1.2.bb | |
parent | 4129e2905ec2a33ee48b881cfce4a5a56709fc34 (diff) |
fftw_3.1.2.bb : Install pkgconfig files properly.
Diffstat (limited to 'packages/fftw/fftw_3.1.2.bb')
-rw-r--r-- | packages/fftw/fftw_3.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fftw/fftw_3.1.2.bb b/packages/fftw/fftw_3.1.2.bb index e9074d2613..e6bc885b77 100644 --- a/packages/fftw/fftw_3.1.2.bb +++ b/packages/fftw/fftw_3.1.2.bb @@ -8,7 +8,7 @@ SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared" -inherit autotools +inherit autotools pkgconfig do_stage () { autotools_stage_all |