From f480becafec5315192f6671601f973e41bf2d4ae Mon Sep 17 00:00:00 2001 From: "Felipe F. Tonello" Date: Thu, 19 Sep 2013 19:09:13 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/gypsy/gypsy_git.bb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-navigation/gypsy/gypsy_git.bb') diff --git a/meta-oe/recipes-navigation/gypsy/gypsy_git.bb b/meta-oe/recipes-navigation/gypsy/gypsy_git.bb index 5431c682b6..6ab16e6bee 100644 --- a/meta-oe/recipes-navigation/gypsy/gypsy_git.bb +++ b/meta-oe/recipes-navigation/gypsy/gypsy_git.bb @@ -4,15 +4,19 @@ DEFAULT_PREFERENCE = "-1" SRCREV = "be8c9c382d2d1d37b51d29b0843045121ec90213" PV = "0.9+git${SRCPV}" -PR = "r1" +PR = "r2" S = "${WORKDIR}/git" -LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \ file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \ file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" -SRC_URI = "git://anongit.freedesktop.org/gypsy \ - file://fixups.patch" +SRC_URI += "git://anongit.freedesktop.org/gypsy \ + file://fixups.patch" + +do_configure_prepend() { + # from patch 563716fc596d53f1085949a9dd11a62f39b2d624 + test -d ${S}/m4 || mkdir -p ${S}/m4 +} -- cgit 1.2.3-korg