mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
libwnck: use gobject-introspection-stub instead of -native which was removed in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -5,14 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
|||||||
BPN = "libwnck"
|
BPN = "libwnck"
|
||||||
|
|
||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
DEPENDS = "gobject-introspection-native gtk+3 gdk-pixbuf-native"
|
DEPENDS = "gobject-introspection-stub gtk+3 gdk-pixbuf-native"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit gnome
|
inherit gnome
|
||||||
SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae"
|
SRC_URI[archive.md5sum] = "e4ea87320dd0600a81c50186e3804aae"
|
||||||
SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083"
|
SRC_URI[archive.sha256sum] = "4946b612c22d53238810d431f1b05c21f073f201edfd247ff74e2fa228618083"
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-introspection=no"
|
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -2,17 +2,11 @@ DESCRIPTION = "Window navigation construction toolkit"
|
|||||||
LICENSE = "LGPLv2"
|
LICENSE = "LGPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
DEPENDS = "gobject-introspection-native gtk+ gdk-pixbuf-native"
|
DEPENDS = "gobject-introspection-stub gtk+ gdk-pixbuf-native"
|
||||||
|
|
||||||
inherit gnome
|
inherit gnome
|
||||||
SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"
|
SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"
|
||||||
SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1"
|
SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1"
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-introspection=no"
|
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user