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/lessertunjo_0.0.10.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/lessertunjo_0.0.10.bb')
-rw-r--r-- | recipes/maemo/lessertunjo_0.0.10.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/maemo/lessertunjo_0.0.10.bb b/recipes/maemo/lessertunjo_0.0.10.bb deleted file mode 100644 index 691893d6a8..0000000000 --- a/recipes/maemo/lessertunjo_0.0.10.bb +++ /dev/null @@ -1,25 +0,0 @@ -LICENSE = "LGPL" - -DEPENDS = "gconf-osso hildon-libs dbus libosso" -SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/l/lessertunjo/lessertunjo_${PV}-3.tar.gz" - -inherit pkgconfig - -S = "${WORKDIR}/lessertunjo" -LDFLAGS += " -losso -L${STAGING_LIBDIR} -I${STAGING_INCDIR} -I${STAGING_LIBDIR}/dbus-1.0/include -I${STAGING_INCDIR}/dbus-1.0 -I${STAGING_INCDIR}/glib-2.0 -I${STAGING_INCDIR}/gconf/2" - - -do_install() { - install -d ${D}${libdir} - install -m 755 *so.0.0.10 ${D}${libdir} -} - -do_stage() { - oe_libinstall -so libshadowapp libshadowappd ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR} - install -m 644 *.h ${STAGING_INCDIR} - -} - -SRC_URI[md5sum] = "b6d7ca9e9740286f0ce918da9fb8438b" -SRC_URI[sha256sum] = "0ee6a3caee4812827b8e167d4a07dbf859cb08a00a20f09568c3baae379d6ce8" |