blob: 0ac72a55d933e093a8aed9a23e0010d9c564c008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR = "r2"
LICENSE = "GPL"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
DEPENDS = "gtk+-2.6.4-1.osso7 hildon-lgpl libosso hildon-base-lib hildon-libs osso-gnome-vfs2 osso-thumbnail"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
file://source.patch;patch=1;pnum=0 \
file://noWerror.patch;patch=1;pnum=0"
S = "${WORKDIR}/hildon-home-0.8.20"
inherit autotools pkgconfig
|