summaryrefslogtreecommitdiffstats
path: root/recipes/eggdbus/eggdbus_0.6.bb
blob: 1d8717929b5905ca8bd52ae0f5a766e63f054865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "gobject dbus binding"
HOMEPAGE = "http://cgit.freedesktop.org/~david/eggdbus"
LICENSE = "GPLv2"

DEPENDS = "dbus glib-2.0"

BASE_SRC_URI = "http://cgit.freedesktop.org/~david/${BPN}/snapshot/${BPN}-${PV}.tar.bz2 \
          file://gtk-doc.patch;patch=1 \
          "

SRC_URI = "${BASE_SRC_URI} \
           file://marshal.patch;patch=1 \
          "

SRC_URI_virtclass-native = "${BASE_SRC_URI}"

inherit autotools

EXTRA_OECONF = " --disable-man-pages --disable-gtk-doc-html "

BBCLASSEXTEND = "native"