blob: e4050c7406cfc14cade96a8c35ea2596a3b7d3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PR = "r2"
LICENSE = "GPL"
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
|