diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-07 12:44:32 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:58:17 +0200 |
commit | aaca0f3ba1db581ff2266d809a387c4d01d9b86d (patch) | |
tree | 750967f57abfde67296cda57d230591bbedab3d0 /meta-oe/recipes-support/libgc | |
parent | 6a613feba90e8fed23e70fb9d1498b23eae3fb1c (diff) | |
download | meta-openembedded-aaca0f3ba1db581ff2266d809a387c4d01d9b86d.tar.gz |
recipes: add missing pkgconfig inherit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libgc')
-rw-r--r-- | meta-oe/recipes-support/libgc/libgc_7.2d.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb index b472a5d13..ec2b382bc 100644 --- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb +++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b | |||
14 | 14 | ||
15 | S = "${WORKDIR}/gc-7.2" | 15 | S = "${WORKDIR}/gc-7.2" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools pkgconfig |
18 | 18 | ||
19 | PACKAGES =+ "${PN}-docs" | 19 | PACKAGES =+ "${PN}-docs" |
20 | FILES_${PN}-docs = "/usr/share/gc" | 20 | FILES_${PN}-docs = "/usr/share/gc" |