diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-10 16:27:21 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-10 16:27:21 +0200 |
| commit | 2b28e32b1cd63157571878cca527c9523b745fcf (patch) | |
| tree | 9c2a18dd4db7fe6e717a9c6debe38a1fee43e9de | |
| parent | ea3ad6818eee8d43556bf69c337a5484eb0630e6 (diff) | |
| download | meta-openembedded-2b28e32b1cd63157571878cca527c9523b745fcf.tar.gz | |
libgnomekdb: add 2.32.0
| -rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb new file mode 100644 index 0000000000..657a277170 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "GNOME keyboard library" | ||
| 2 | LICENSE = "LGPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" | ||
| 4 | |||
| 5 | SECTION = "x11/gnome/libs" | ||
| 6 | |||
| 7 | DEPENDS = "gconf libgnome libxklavier" | ||
| 8 | |||
| 9 | inherit gnome | ||
| 10 | |||
| 11 | SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd" | ||
| 12 | SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256" | ||
| 13 | |||
| 14 | do_configure_append() { | ||
| 15 | find ${S} -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 | } | ||
| 18 | |||
| 19 | |||
| 20 | |||
| 21 | |||
| 22 | |||
