diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-31 07:48:25 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-07 10:57:36 +0200 |
commit | 863d7a963908a1f38bd152e67c3620737cb21c8a (patch) | |
tree | cf95561454035a65bce6b49747f1737d8a0befe6 | |
parent | 57acffff3cdf4f55068993e8ace9610ad0b78d27 (diff) | |
download | meta-openembedded-863d7a963908a1f38bd152e67c3620737cb21c8a.tar.gz |
lxdm: 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/lxdm/lxdm_0.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb index c98c3a132..8e7efcdad 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | |||
@@ -34,7 +34,7 @@ EXTRA_OECONF += "--enable-gtk3=no --enable-password=yes --with-x -with-xconn=xcb | |||
34 | " | 34 | " |
35 | 35 | ||
36 | do_configure_prepend() { | 36 | do_configure_prepend() { |
37 | cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/po/ | 37 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po/ |
38 | } | 38 | } |
39 | 39 | ||
40 | do_compile_append() { | 40 | do_compile_append() { |