diff options
Diffstat (limited to 'recipes/nonworking/maemo/hildon-home_0.8.20-2.bb')
-rw-r--r-- | recipes/nonworking/maemo/hildon-home_0.8.20-2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/nonworking/maemo/hildon-home_0.8.20-2.bb b/recipes/nonworking/maemo/hildon-home_0.8.20-2.bb new file mode 100644 index 0000000000..e4050c7406 --- /dev/null +++ b/recipes/nonworking/maemo/hildon-home_0.8.20-2.bb @@ -0,0 +1,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 + |