diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-04-21 22:38:56 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:02 +0200 |
commit | 49135be237314503a2b93fdf92ad10088e7859e9 (patch) | |
tree | 2858bd3fa6aeebb89830e078c84b7af8ac6aaa96 /meta-gnome/recipes-gnome | |
parent | 3a42cf587c285d5178dff46bde7d82a84430e268 (diff) | |
download | meta-openembedded-49135be237314503a2b93fdf92ad10088e7859e9.tar.gz |
devilspie2: update to 0.33
Note: 0.24 failed if lua >= 5.2 was build before devilspie (e.g world build) with
| src/script.c: In function 'init_script':
| src/script.c:65:2: warning: implicit declaration of function 'lua_open' [-Wimplicit-function-declaration]
| lua_State *lua=lua_open();
| ^
| src/script.c:65:17: warning: initialization makes pointer from integer without a cast [enabled by default]
| lua_State *lua=lua_open();
| ^
| arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard -mfpu=neon --sysroot=/home/superandy/tmp/oe-core-eglibc/sysroots/overo -ldl -lm -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed obj/devilspie2.o obj/xutils.o obj/script.o obj/script_functions.o -o bin/devilspie2 -lX11 `pkg-config --libs gtk+-2.0 libwnck-1.0 lua5.1`
| src/script.c:65: error: undefined reference to 'lua_open'
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb (renamed from meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb index 9e6ba9042..b00a44935 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.24.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb | |||
@@ -4,15 +4,15 @@ LICENSE = "GPLv3" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=00aefaa50aad75c21367df66102d542c \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=00aefaa50aad75c21367df66102d542c \ |
5 | file://GPL3.txt;md5=d32239bcb673463ab874e80d47fae504" | 5 | file://GPL3.txt;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | DEPENDS = "gtk+ glib-2.0 libwnck lua5.1 virtual/libx11" | 7 | DEPENDS = "gtk+ glib-2.0 libwnck lua virtual/libx11" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | http://www.gusnan.se/devilspie2/download/devilspie2_${PV}-src.tar.gz \ | 10 | http://www.gusnan.se/devilspie2/download/devilspie2_${PV}-src.tar.gz \ |
11 | file://default.lua \ | 11 | file://default.lua \ |
12 | file://devilspie2.desktop \ | 12 | file://devilspie2.desktop \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "90b354662659e2922bd051fdde3b0971" | 14 | SRC_URI[md5sum] = "99c88f702e134d2b2f2f8caad4b1ef03" |
15 | SRC_URI[sha256sum] = "9c94fa13ed8c0bf6914fdda513e21a4bd527821b97a53d8004168a8d465a646a" | 15 | SRC_URI[sha256sum] = "01a2ebcece14065c9a2e47decd81341e2a6f63e3bf43ff446103686718748356" |
16 | 16 | ||
17 | inherit pkgconfig | 17 | inherit pkgconfig |
18 | 18 | ||