diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-08-28 11:46:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-01 13:46:04 -0700 |
commit | 87350d079f980c84bba2bb4acdc3a598dc3de279 (patch) | |
tree | 12ef150c9c7b0cfa8d362495d9da5fd91986a754 /recipes/maemo/hildon-control-panel_0.9.1-1.2.bb | |
parent | 4bbb807bf585dac8cd0d3f555c7344a09bbe5bea (diff) |
recipes: Move some recipes to nonworking for getting bitbake world.
* If a recipes has DEPENDS on another recipe which is nonworking
then move the recipe in question to nonworking too.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/maemo/hildon-control-panel_0.9.1-1.2.bb')
-rw-r--r-- | recipes/maemo/hildon-control-panel_0.9.1-1.2.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/maemo/hildon-control-panel_0.9.1-1.2.bb b/recipes/maemo/hildon-control-panel_0.9.1-1.2.bb deleted file mode 100644 index 3c56364363..0000000000 --- a/recipes/maemo/hildon-control-panel_0.9.1-1.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -PR = "r2" -LICENSE = "GPL" - -DEPENDS = "hildon-lgpl hildon-base-lib osso-af-settings libosso hildon-libs osso-af-settings libosso-help" - -SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \ - file://config-path.patch;striplevel=0 \ - file://noWerror.patch;striplevel=0" - -S = "${WORKDIR}/hildon-control-panel-0.9.1" - -inherit autotools pkgconfig - -FILES_${PN} += "${libdir}/dbus-1.0 ${datadir}/applications" - -do_stage() { - install -d ${STAGING_INCDIR}/hildon-cp-plugin - install -m 644 *.h ${STAGING_INCDIR}/hildon-cp-plugin -} -SRC_URI[md5sum] = "72c8b814ebeec8668cea575e08bb1548" -SRC_URI[sha256sum] = "bbe77d297c7560d3fdad343ab49f23c9c0aa1574db77108d1b97845fb7bb26d5" |