diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2012-10-24 11:01:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-29 11:03:35 +0100 |
commit | 3437e92112008870e576e9fa62be7645bf3930a5 (patch) | |
tree | 4903bd861198c3ddd88915dd08c66ad3c6729ecb /meta-oe/recipes-navigation/gypsy/gypsy_git.bb | |
parent | e1f5b6096a4c83f732dddcc9af952f31cec838ab (diff) | |
download | meta-openembedded-3437e92112008870e576e9fa62be7645bf3930a5.tar.gz |
gypsy: added to meta-oe/recipes-navigation
Added gypsy to meta-oe/recipes-navigation
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/gypsy/gypsy_git.bb')
-rw-r--r-- | meta-oe/recipes-navigation/gypsy/gypsy_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy_git.bb b/meta-oe/recipes-navigation/gypsy/gypsy_git.bb new file mode 100644 index 0000000000..e5c564f323 --- /dev/null +++ b/meta-oe/recipes-navigation/gypsy/gypsy_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | require gypsy.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | SRCREV = "be8c9c382d2d1d37b51d29b0843045121ec90213" | ||
6 | PV = "0.9+git${SRCPV}" | ||
7 | PR = "r1" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | LICENSE = "GPLv2+ & LGPLv2+" | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
13 | file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
14 | file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \ | ||
15 | file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" | ||
16 | |||
17 | SRC_URI = "git://anongit.freedesktop.org/gypsy;protocol=git \ | ||
18 | file://fixups.patch" | ||