Make it bitbake-able without the -b switch by correcting DEPENDS variables
[oespirit1] / hildon-theme-cacher_0.4.3.bb
1 # Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
2 # Released under the MIT license (see COPYING.MIT for the terms)
3
4 DESCRIPTION = "Tool to generate gtkrc cache files on the fly"
5 HOMEPAGE = "http://maemo.org"
6 LICENSE = "GPL"
7 SECTION = "base"
8 DEPENDS = "gtk2.0"
9 PR = "r1"
10
11 SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1-recomp1.tar.gz"
12
13
14 inherit autotools pkgconfig
15
16 S="${WORKDIR}/${PN}-${PV}-1"
17
18
19
20
21
22
23
24
25
26
27
28
29