From: Justin Patrin Date: Mon, 2 Apr 2007 23:15:05 +0000 (+0000) Subject: gpsd: export BUILD_SYS and HOST_SYS as setup.py expects them to be set, add python... X-Git-Tag: Release-2010-05/1~8868^2~840 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88d329c6442e6a68edae9f3c094ae9ca5b51c52;p=openembedded.git gpsd: export BUILD_SYS and HOST_SYS as setup.py expects them to be set, add python to DEPENDS --- diff --git a/packages/gpsd/gpsd.inc b/packages/gpsd/gpsd.inc index b4601fedd5..f7c1de2362 100644 --- a/packages/gpsd/gpsd.inc +++ b/packages/gpsd/gpsd.inc @@ -2,7 +2,7 @@ DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices" SECTION = "console/network" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "dbus-glib ncurses" +DEPENDS = "dbus-glib ncurses python" EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ --x-libraries=${STAGING_LIBDIR} \ @@ -24,6 +24,11 @@ do_compile_prepend() { export HOST_SYS="${HOST_SYS}" } +do_install_prepend() { + export BUILD_SYS="${BUILD_SYS}" + export HOST_SYS="${HOST_SYS}" +} + do_stage() { oe_libinstall -so -C ${S}/.libs libgps ${STAGING_LIBDIR} install -m 0655 ${S}/libgps.la ${STAGING_LIBDIR}