diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-28 10:54:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-28 12:32:04 +0200 |
commit | 4a5a3a693bc3a78813f11c7858b3e9aa957d1bb9 (patch) | |
tree | d5119aa0a398da65919987cf32f737d4745f382d /meta-gnome/recipes-gnome | |
parent | 82b9444f72c4590c5f39b6585a4a5d7cf4dea00c (diff) | |
download | meta-openembedded-4a5a3a693bc3a78813f11c7858b3e9aa957d1bb9.tar.gz |
libwnck: use gobject-introspection-stub instead of -native which was removed in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | 10 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | 10 |
2 files changed, 5 insertions, 15 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb index e2a3e3dd3..e54b8d358 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.0.2.bb | |||
@@ -5,14 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
5 | BPN = "libwnck" | 5 | BPN = "libwnck" |
6 | 6 | ||
7 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
8 | DEPENDS = "gobject-introspection-native gtk+3 gdk-pixbuf-native" | 8 | DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native" |
9 | |||
10 | PR = "r1" | ||
9 | 11 | ||
10 | inherit gnome | 12 | inherit gnome |
11 | SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" | 13 | SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae" |
12 | SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083" | 14 | SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083" |
13 | |||
14 | EXTRA_OECONF += "--enable-introspection=no" | ||
15 | |||
16 | do_configure_prepend() { | ||
17 | sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac | ||
18 | } | ||
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb index 6c8ca28bc..935d4a345 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.30.5.bb | |||
@@ -2,17 +2,11 @@ DESCRIPTION = "Window navigation construction toolkit" | |||
2 | LICENSE = "LGPLv2" | 2 | LICENSE = "LGPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SECTION = "x11/libs" | 7 | SECTION = "x11/libs" |
8 | DEPENDS = "gobject-introspection-native gtk+ gdk-pixbuf-native" | 8 | DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native" |
9 | 9 | ||
10 | inherit gnome | 10 | inherit gnome |
11 | SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c" | 11 | SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c" |
12 | SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1" | 12 | SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1" |
13 | |||
14 | EXTRA_OECONF += "--enable-introspection=no" | ||
15 | |||
16 | do_configure_prepend() { | ||
17 | sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac | ||
18 | } | ||