mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Add first pass at gypsy.bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2839 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
14
meta-extras/packages/gypsy/files/fixups.patch
Normal file
14
meta-extras/packages/gypsy/files/fixups.patch
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
docs/reference/Makefile.am | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
Index: gypsy/docs/reference/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gypsy.orig/docs/reference/Makefile.am 2007-10-04 23:04:44.000000000 +0100
|
||||||
|
+++ gypsy/docs/reference/Makefile.am 2007-10-04 23:04:53.000000000 +0100
|
||||||
|
@@ -82,4 +82,4 @@ include $(top_srcdir)/gtk-doc.make
|
||||||
|
|
||||||
|
# Other files to distribute
|
||||||
|
# e.g. EXTRA_DIST += version.xml.in
|
||||||
|
-EXTRA_DIST +=
|
||||||
|
+# EXTRA_DIST =
|
||||||
12
meta-extras/packages/gypsy/gypsy.inc
Normal file
12
meta-extras/packages/gypsy/gypsy.inc
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
DESCRIPTION = "GPS Controlling Daemon"
|
||||||
|
LICENSE = "GPL"
|
||||||
|
SECTION = "x11"
|
||||||
|
DEPENDS = "glib-2.0 dbus"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_configure_prepend () {
|
||||||
|
touch ${S}/gtk-doc.make
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN} += "/usr/share/dbus-1/services/"
|
||||||
9
meta-extras/packages/gypsy/gypsy_svn.bb
Normal file
9
meta-extras/packages/gypsy/gypsy_svn.bb
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
require gypsy.inc
|
||||||
|
|
||||||
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
|
PV = "0.0+svnr${SRCREV}"
|
||||||
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
|
||||||
|
file://fixups.patch;patch=1"
|
||||||
Reference in New Issue
Block a user