Make it bitbake-able without the -b switch by correcting DEPENDS variables
[oespirit1] / hildon-control-panel_2.2.6.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 = "Control Panel to configure the Hildon desktop"
5 HOMEPAGE = "http://maemo.org"
6 LICENSE = "GNU Lesser General Public License-version 2.1"
7 SECTION = "base"
8 DEPENDS = "libosso-gnomevfs2 libhildon1 libosso osso-af-settings libhildonhelp maemo-launcher"
9 PR = "r1"
10
11 SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1+0m5.tar.gz \
12            file://hildon-control-panel/mer-changes.patch;patch=1"
13
14 EXTRA_OECONF = "--with-maemo-gtk=yes"
15
16 inherit autotools pkgconfig 
17