diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb (renamed from meta-gnome/recipes-gnome/libxklavier/libxklavier_5.0.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.0.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb index 4c5be1d0d6..3eff298daa 100644 --- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.0.bb +++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | |||
| @@ -4,16 +4,17 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "xkbcomp gtk+ iso-codes libxi" | 5 | DEPENDS = "xkbcomp gtk+ iso-codes libxi" |
| 6 | 6 | ||
| 7 | inherit gnome | 7 | GNOME_COMPRESS_TYPE = "xz" |
| 8 | 8 | ||
| 9 | SRC_URI[archive.md5sum] = "134c7ea177ff901123b909de77394780" | 9 | inherit gnomebase gettext |
| 10 | SRC_URI[archive.sha256sum] = "dfd94b17a752b2839281764f0a16af2b338024c8867c10fba7015f276dec4db0" | 10 | SRC_URI[archive.md5sum] = "290ea2a8abc40f78a3a16bdae6f02808" |
| 11 | SRC_URI[archive.sha256sum] = "ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404" | ||
| 11 | 12 | ||
| 12 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" | 13 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" |
| 13 | 14 | ||
| 14 | do_configure_append() { | 15 | do_configure_append() { |
| 15 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 16 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
| 16 | find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 17 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
| 17 | } | 18 | } |
| 18 | 19 | ||
| 19 | do_compile_append() { | 20 | do_compile_append() { |
