Adding python essentials for hildon dekstop.No valid URL available at the moment...
[oespirit1] / marquee-plugins_0.22.bb
index 127ce4d..05b15c1 100644 (file)
@@ -5,7 +5,7 @@ DESCRIPTION = "Plugins for the hildon marquee, with Mer patches: Part of a messy
 HOMEPAGE = "unknown (Ubuntu Mobile home page)"
 LICENSE = "GNU Lesser General Public License-version 2.1"
 SECTION = "ui"
-DEPENDS = "hildon-desktop libdbus-glib"
+DEPENDS = "hildon-desktop dbus-glib"
 PR = "r0"
 
 SRC_URI = "http://mirror.anl.gov/pub/ubuntu/pool/universe/m/${PN}/${PN}_${PV}.orig.tar.gz \
@@ -14,6 +14,11 @@ SRC_URI = "http://mirror.anl.gov/pub/ubuntu/pool/universe/m/${PN}/${PN}_${PV}.or
 
 inherit autotools pkgconfig
 
+# A test workaround to fix the "No GNU_HASH"
+# in elf binary issue            
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+
 do_configure_prepend(){
     for i in `grep -r -l Werror *`;
     do sed -i s:-Werror::g $i;