1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

Moved gypsy from meta-extras to meta and upgraded it to 0.6

This commit is contained in:
Vivian Zhang
2008-11-10 16:59:38 +08:00
committed by Richard Purdie
parent 4a4eaec9e0
commit d0e82a364c
4 changed files with 10 additions and 0 deletions
@@ -1,19 +0,0 @@
---
docs/reference/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
--- gypsy.orig/docs/reference/Makefile.am
+++ gypsy/docs/reference/Makefile.am
@@ -81,10 +81,12 @@ expand_content_files=
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES=-I$(top_srcdir) $(GYPSY_CFLAGS)
GTKDOC_LIBS=$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS)
+EXTRA_DIST =
+CLEANFILES =
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-14
View File
@@ -1,14 +0,0 @@
DESCRIPTION = "GPS Controlling Daemon"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "glib-2.0 dbus bluez-libs dbus-glib"
inherit autotools pkgconfig
EXTRA_OECONF += "--with-distro=debian"
do_configure_prepend () {
touch ${S}/gtk-doc.make
}
FILES_${PN} += "/usr/share/dbus-1/services/"
-9
View File
@@ -1,9 +0,0 @@
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"