mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
gypsy: Improvements in recipes
Some improvements were made: * Fix recipes to use .inc file * Fix git recipe that was not passing do_configure step * Separeted gypsy daemon from libgypsy in different packages Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
653c667a56
commit
f480becafe
@@ -5,11 +5,21 @@ concurrently. Gypsy also hides the details of parsing NMEA from the \
|
|||||||
client applications, passing the data as simple values for the clients \
|
client applications, passing the data as simple values for the clients \
|
||||||
to use."
|
to use."
|
||||||
LICENSE = "GPLv2.0 & LGPLv2.1"
|
LICENSE = "GPLv2.0 & LGPLv2.1"
|
||||||
SECTION = "x11"
|
SECTION = "console/network"
|
||||||
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native"
|
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt"
|
||||||
|
|
||||||
inherit autotools pkgconfig gtk-doc
|
inherit autotools pkgconfig gtk-doc
|
||||||
|
PACKAGES += "libgypsy"
|
||||||
|
|
||||||
EXTRA_OECONF += "--with-distro=debian"
|
EXTRA_OECONF += "--with-distro=debian"
|
||||||
|
|
||||||
FILES_${PN} += "/usr/share/dbus-1/services/"
|
FILES_${PN} = " \
|
||||||
|
${sysconfdir}/gypsy.conf \
|
||||||
|
${sysconfdir}/dbus-1 \
|
||||||
|
${libexecdir}/gypsy-daemon \
|
||||||
|
${datadir}/dbus-1 \
|
||||||
|
"
|
||||||
|
|
||||||
|
FILES_libgypsy = " \
|
||||||
|
${libdir}/libgypsy${SOLIBS} \
|
||||||
|
"
|
||||||
|
|||||||
@@ -1,26 +1,15 @@
|
|||||||
SUMMARY = "GPS Multiplexing Daemon"
|
require gypsy.inc
|
||||||
DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
|
|
||||||
multiple clients to access GPS data from multiple GPS sources \
|
PR = "r2"
|
||||||
concurrently. Gypsy also hides the details of parsing NMEA from the \
|
|
||||||
client applications, passing the data as simple values for the clients \
|
|
||||||
to use."
|
|
||||||
LICENSE = "GPLv2+ & LGPLv2+"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||||
file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
|
file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
|
||||||
file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
|
file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
|
||||||
file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
|
file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
|
||||||
|
|
||||||
SECTION = "x11"
|
SRC_URI += "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \
|
||||||
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
|
|
||||||
|
|
||||||
SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \
|
|
||||||
file://0001-g_type_init-is-deprecated-for-glib-2.35.0.patch \
|
file://0001-g_type_init-is-deprecated-for-glib-2.35.0.patch \
|
||||||
"
|
"
|
||||||
PR = "r1"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
|
||||||
|
|
||||||
FILES_${PN} += "/usr/share/dbus-1/system-services/"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a"
|
SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a"
|
||||||
SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6"
|
SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6"
|
||||||
|
|||||||
@@ -4,15 +4,19 @@ DEFAULT_PREFERENCE = "-1"
|
|||||||
|
|
||||||
SRCREV = "be8c9c382d2d1d37b51d29b0843045121ec90213"
|
SRCREV = "be8c9c382d2d1d37b51d29b0843045121ec90213"
|
||||||
PV = "0.9+git${SRCPV}"
|
PV = "0.9+git${SRCPV}"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
LICENSE = "GPLv2+ & LGPLv2+"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||||
file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
|
file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
|
||||||
file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
|
file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
|
||||||
file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
|
file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
|
||||||
|
|
||||||
SRC_URI = "git://anongit.freedesktop.org/gypsy \
|
SRC_URI += "git://anongit.freedesktop.org/gypsy \
|
||||||
file://fixups.patch"
|
file://fixups.patch"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
# from patch 563716fc596d53f1085949a9dd11a62f39b2d624
|
||||||
|
test -d ${S}/m4 || mkdir -p ${S}/m4
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user