From 132ab260bd65a8639c7bdcb122d0b5f56f039005 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Wed, 29 Jul 2009 17:20:51 +0530 Subject: [PATCH] Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue (GNU_HASH) with alarmd --- alarmd_0.5.20.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/alarmd_0.5.20.bb b/alarmd_0.5.20.bb index 1bce9ce..27c7198 100644 --- a/alarmd_0.5.20.bb +++ b/alarmd_0.5.20.bb @@ -5,12 +5,16 @@ DESCRIPTION = "Cron like daemon functionality" HOMEPAGE = "http://maemo.org" LICENSE = "GNU Lesser General Public License-version 2.1" SECTION = "base" -DEPENDS = "dbus dbus-glib glib-2.0 libconic osso-systemui-dbus-dev dsme mce-dev " +DEPENDS = "dbus dbus-glib glib-2.0 libconic osso-systemui-dbus-dev mce-dev " PR = "r0" SRC_URI = "http://repository.maemo.org/pool/diablo/free/a/${PN}/${PN}_${PV}.tar.gz \ file://alarmd-patches/mer-changes.patch;patch=1" +# A test workaround to fix the "No GNU_HASH" +# in elf binary issue +TARGET_CC_ARCH += "${LDFLAGS}" + inherit autotools pkgconfig -- 1.7.9.5