[oe-commits] org.oe.dev gpsd: compile python extension. upstream vendor included x86 binary in tarball (tss...). fixes #1665

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Aug 19 06:19:11 UTC 2007


gpsd: compile python extension. upstream vendor included x86 binary in tarball (tss...). fixes #1665

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 50f929f94594bd46c5cccc70110c1de0e52a0ee4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=50f929f94594bd46c5cccc70110c1de0e52a0ee4
Files:
1
packages/gpsd/gpsd.inc
Diffs:

#
# mt diff -r33469de643b1cad4022de73b7ce97d808320e465 -r50f929f94594bd46c5cccc70110c1de0e52a0ee4
#
# 
# 
# patch "packages/gpsd/gpsd.inc"
#  from [bf39dceefc04642d65caefe9f5ad7660f44eb04a]
#    to [6ccdc1d0e17c682348f2cf4bf46c24536c69178d]
# 
============================================================
--- packages/gpsd/gpsd.inc	bf39dceefc04642d65caefe9f5ad7660f44eb04a
+++ packages/gpsd/gpsd.inc	6ccdc1d0e17c682348f2cf4bf46c24536c69178d
@@ -7,7 +7,7 @@ EXTRA_OECONF = "--x-includes=${STAGING_I
 EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
                 --x-libraries=${STAGING_LIBDIR} \
                 --enable-dbus \
-                --disable-python"
+                --enable-python"
 
 SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz \
            file://gpsd-default \
@@ -23,6 +23,7 @@ do_compile_prepend() {
 do_compile_prepend() {
     export BUILD_SYS="${BUILD_SYS}"
     export HOST_SYS="${HOST_SYS}"
+	find ${S} -name "*.so" -exec rm -f {} \;
 }
 
 do_install_prepend() {
@@ -48,7 +49,7 @@ FILES_${PN} += "${sysconfdir}"
 PACKAGES =+ "libgps python-pygps"
 
 FILES_${PN} += "${sysconfdir}"
-FILES_libgps = "${libdir}/*.so*"
+FILES_libgps = "${libdir}/*.so.*"
 CONFFILES_${PN} = "${sysconfdir}/default/gpsd"
 
 DESCRIPTION_python-pygps = "Python bindings to gpsd"






More information about the Openembedded-commits mailing list