aboutsummaryrefslogtreecommitdiffstats
path: root/packages/packagekit/gnome-packagekit_0.2.5.bb
blob: 6d0341056cd4e36d1c83b4ccc4ad69abce7bf955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "GNOME frontend for packagekit"
LICENSE = "GPL"

DEPENDS = "packagekit libgnome"

inherit gnome

SRC_URI = "http://www.packagekit.org/releases/gnome-packagekit-${PV}.tar.gz"

EXTRA_OECONF = " --enable-compile-warnings=no  --disable-scrollkeeper "

do_configure_prepend() {
	sed -i -e s/help/docs/ Makefile.am 
	sed -i -e s:-Werror::g configure.ac
}

FILES_${PN} += "${datadir}/icons ${datadir}/gnome"