diff options
| -rw-r--r-- | meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb b/meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb index 14f50d0b29..5281980ecb 100644 --- a/meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb +++ b/meta-oe/recipes-graphics/jasper/jasper_4.1.1.bb | |||
| @@ -10,7 +10,7 @@ CVE_STATUS[CVE-2015-8751] = "fixed-version: The CPE in the NVD database doesn't | |||
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit cmake | 13 | inherit cmake multilib_header |
| 14 | 14 | ||
| 15 | do_configure:prepend() { | 15 | do_configure:prepend() { |
| 16 | JAS_STDC_VERSION="$(echo __STDC_VERSION__ | ${CPP} -E -P -)" | 16 | JAS_STDC_VERSION="$(echo __STDC_VERSION__ | ${CPP} -E -P -)" |
| @@ -29,5 +29,6 @@ do_install:append() { | |||
| 29 | chrpath -d ${D}${bindir}/imginfo | 29 | chrpath -d ${D}${bindir}/imginfo |
| 30 | chrpath -d ${D}${bindir}/imgcmp | 30 | chrpath -d ${D}${bindir}/imgcmp |
| 31 | chrpath -d ${D}${libdir}/libjasper.so.* | 31 | chrpath -d ${D}${libdir}/libjasper.so.* |
| 32 | oe_multilib_header jasper/jas_config.h | ||
| 32 | } | 33 | } |
| 33 | 34 | ||
