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:
Richard Purdie
2007-10-05 09:26:54 +00:00
parent 887a280143
commit af1aeba6c1
3 changed files with 35 additions and 0 deletions

View 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 =

View 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/"

View 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"