diff options
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb index 513845194d..1dc2a1fc34 100644 --- a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb +++ b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb | |||
| @@ -19,3 +19,6 @@ EXTRA_OECONF += "--with-jpeg-prefix=${STAGING_INCDIR} \ | |||
| 19 | --without-cdk \ | 19 | --without-cdk \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | do_configure:append() { | ||
| 23 | sed -i -e 's#${RECIPE_SYSROOT}##g' ${B}/config.h | ||
| 24 | } | ||
