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/gpe-todo | |
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/gpe-todo')
-rw-r--r-- | recipes/gpe-todo/gpe-todo-hildon_0.54.bb | 20 | ||||
-rw-r--r-- | recipes/gpe-todo/gpe-todo-hildon_0.55.bb | 20 |
2 files changed, 0 insertions, 40 deletions
diff --git a/recipes/gpe-todo/gpe-todo-hildon_0.54.bb b/recipes/gpe-todo/gpe-todo-hildon_0.54.bb deleted file mode 100644 index 9954d51833..0000000000 --- a/recipes/gpe-todo/gpe-todo-hildon_0.54.bb +++ /dev/null @@ -1,20 +0,0 @@ -LICENSE = "GPL" -PR = "r1" -DESCRIPTION = "GPE to-do list" -DEPENDS = "libgpewidget-hildon libgpepimc-hildon libtododb sdk-default-icons libosso" -RDEPENDS_${PN} = "sdk-default-icons" -SECTION = "gpe" -PRIORITY = "optional" - -inherit gpe autotools pkgconfig - -EXTRA_OECONF = "--enable-hildon" - -SRC_URI="${GPE_MIRROR}/gpe-todo-${PV}.tar.bz2" - -S = "${WORKDIR}/gpe-todo-${PV}" - -FILES_${PN} += "${datadir}/gpe-todo ${libdir}/dbus-1.0" - -SRC_URI[md5sum] = "8fdd52954a7a29691013900b65eb5702" -SRC_URI[sha256sum] = "b3f51635b3ce6408fdfbd0283e1d8036c23b6ecb5adf0d66882e7e48eb5d97b9" diff --git a/recipes/gpe-todo/gpe-todo-hildon_0.55.bb b/recipes/gpe-todo/gpe-todo-hildon_0.55.bb deleted file mode 100644 index d71f86228c..0000000000 --- a/recipes/gpe-todo/gpe-todo-hildon_0.55.bb +++ /dev/null @@ -1,20 +0,0 @@ -LICENSE = "GPL" -PR = "r1" -DESCRIPTION = "GPE to-do list" -DEPENDS = "libgpewidget-hildon libgpepimc-hildon libtododb sdk-default-icons libosso" -RDEPENDS_${PN} = "sdk-default-icons" -SECTION = "gpe" -PRIORITY = "optional" - -inherit gpe autotools pkgconfig - -EXTRA_OECONF = "--enable-hildon" - -SRC_URI="${GPE_MIRROR}/gpe-todo-${PV}.tar.bz2" - -S = "${WORKDIR}/gpe-todo-${PV}" - -FILES_${PN} += "${datadir}/gpe-todo ${libdir}/dbus-1.0" - -SRC_URI[md5sum] = "e8c08165d9723779473e3390a949afac" -SRC_URI[sha256sum] = "ec2ef95c967acce5834c8b4985c610014c16242d223d233947d67b4514ebe298" |