diff options
| -rw-r--r-- | meta-oe/recipes-support/glaze/glaze_7.0.1.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb index e481290b9c..235335b471 100644 --- a/meta-oe/recipes-support/glaze/glaze_7.0.1.bb +++ b/meta-oe/recipes-support/glaze/glaze_7.0.1.bb | |||
| @@ -11,11 +11,7 @@ inherit cmake | |||
| 11 | 11 | ||
| 12 | EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF -Dglaze_DEVELOPER_MODE=OFF" | 12 | EXTRA_OECMAKE = "-Dglaze_BUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Dglaze_ENABLE_FUZZING=OFF -Dglaze_DEVELOPER_MODE=OFF" |
| 13 | 13 | ||
| 14 | do_install:append() { | 14 | FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake" |
| 15 | install -d ${D}${datadir}/cmake/${BPN} | ||
| 16 | mv -f ${D}${datadir}/${BPN}/*.cmake ${D}${datadir}/cmake/${BPN} | ||
| 17 | rmdir -p --ignore-fail-on-non-empty ${D}${datadir}/${BPN} | ||
| 18 | } | ||
| 19 | 15 | ||
| 20 | # Glaze is a header-only C++ library, so the main package will be empty. | 16 | # Glaze is a header-only C++ library, so the main package will be empty. |
| 21 | ALLOW_EMPTY:${PN} = "1" | 17 | ALLOW_EMPTY:${PN} = "1" |
