diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-08-31 07:48:26 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-07 10:57:36 +0200 |
| commit | 57acffff3cdf4f55068993e8ace9610ad0b78d27 (patch) | |
| tree | 162b2d1fca5afcfdb33e9234ff65e23a41cc9f83 | |
| parent | 150f3e9424287bdc683d192004772ba7a9269228 (diff) | |
| download | meta-openembedded-57acffff3cdf4f55068993e8ace9610ad0b78d27.tar.gz | |
libgphoto2: Copy Makefile.in.in from gettext-native
virtual/gettext is not including virtual/gettext anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb index 5e798efb37..4434af930b 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb | |||
| @@ -31,7 +31,7 @@ PACKAGECONFIG[gd] = ",--without-gdlib,gd" | |||
| 31 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" | 31 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" |
| 32 | 32 | ||
| 33 | do_configure_append() { | 33 | do_configure_append() { |
| 34 | cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ | 34 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ |
| 35 | cd ${S}/libgphoto2_port/ | 35 | cd ${S}/libgphoto2_port/ |
| 36 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths | 36 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths |
| 37 | cd ${S} | 37 | cd ${S} |
