diff options
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 9d7fb895ca..7167ac3859 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -59,6 +59,7 @@ FILES_boost-test = "${libdir}/libboost_prg_exec_monitor*.so.* \ | |||
59 | 59 | ||
60 | # -dev last to pick up the remaining stuff | 60 | # -dev last to pick up the remaining stuff |
61 | PACKAGES += "${PN}-dev ${PN}-staticdev" | 61 | PACKAGES += "${PN}-dev ${PN}-staticdev" |
62 | FILES_${PN} = "" | ||
62 | FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so" | 63 | FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so" |
63 | FILES_${PN}-staticdev = "${libdir}/libboost_*.a" | 64 | FILES_${PN}-staticdev = "${libdir}/libboost_*.a" |
64 | 65 | ||