blob: 2bb6f95e876d019808663807e14f0942605ad826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
DESCRIPTION = "GNOME frontend for packagekit"
LICENSE = "GPL"
DEPENDS = "packagekit libsexy gconf-dbus policykit policykit-gnome libunique gnome-menus"
PR = "r1"
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/man// Makefile.am
sed -i -e s:-Werror::g configure.ac
}
FILES_${PN} += " \
${libdir} \
${datadir}/gnome \
${datadir}/icons \
"
|