summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/gpe-expenses/.mtn2git_empty0
-rw-r--r--packages/gpe-expenses/gpe-expenses_0.0.6.bb11
-rw-r--r--packages/linux/mx21ads-kernel_2.6.19rc6.bb2
-rw-r--r--packages/linux/mx31ads-kernel_2.6.19rc6.bb2
-rw-r--r--packages/qof/files/libsql-no-host-includes.patch12
-rw-r--r--packages/qof/qof_0.6.0.bb14
-rw-r--r--packages/qof/qof_0.7.2.bb19
7 files changed, 53 insertions, 7 deletions
diff --git a/packages/gpe-expenses/.mtn2git_empty b/packages/gpe-expenses/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpe-expenses/.mtn2git_empty
diff --git a/packages/gpe-expenses/gpe-expenses_0.0.6.bb b/packages/gpe-expenses/gpe-expenses_0.0.6.bb
new file mode 100644
index 0000000000..90b189149c
--- /dev/null
+++ b/packages/gpe-expenses/gpe-expenses_0.0.6.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Equivalent for Expenses on the Palm. Supports payment types, categories, expense types (mileage, meals, parking, etc.), notes, currency selection etc."
+LICENSE = "GPL"
+
+DEPENDS = "qof libgpewidget"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
+ "
+
+inherit autotools pkgconfig
+
+
diff --git a/packages/linux/mx21ads-kernel_2.6.19rc6.bb b/packages/linux/mx21ads-kernel_2.6.19rc6.bb
index 9852af6eca..09dc45f3bd 100644
--- a/packages/linux/mx21ads-kernel_2.6.19rc6.bb
+++ b/packages/linux/mx21ads-kernel_2.6.19rc6.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Linux kernel for the MX21ADS"
LICENSE = "GPL"
PR = "r2"
+PV = "2.6.18+2.6.19-rc6"
+
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \
http://opensource.wolfsonmicro.com/~lg/linux-2.6-mx21/mx21ads-2.6.19rc6-lg1.patch.bz2;patch=1 \
diff --git a/packages/linux/mx31ads-kernel_2.6.19rc6.bb b/packages/linux/mx31ads-kernel_2.6.19rc6.bb
index 6d6ba6934a..c6f76fee6f 100644
--- a/packages/linux/mx31ads-kernel_2.6.19rc6.bb
+++ b/packages/linux/mx31ads-kernel_2.6.19rc6.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Linux kernel for the MX31ADS"
LICENSE = "GPL"
PR = "r3"
+PV = "2.6.18+2.6.19-rc6"
+
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \
http://opensource.wolfsonmicro.com/~lg/linux-2.6-mx31/mx31ads-2.6.19rc6-lg1.patch.bz2;patch=1 \
diff --git a/packages/qof/files/libsql-no-host-includes.patch b/packages/qof/files/libsql-no-host-includes.patch
new file mode 100644
index 0000000000..345aa2d4ba
--- /dev/null
+++ b/packages/qof/files/libsql-no-host-includes.patch
@@ -0,0 +1,12 @@
+--- /tmp/Makefile.am 2006-12-30 13:42:56.000000000 +0100
++++ qof-0.6.0/lib/libsql/Makefile.am 2006-12-30 13:46:03.952227000 +0100
+@@ -30,9 +30,6 @@
+ @CFLAGS@ \
+ @GLIB_CFLAGS@
+
+-INCLUDES = \
+- -I$(includedir)
+-
+ parser.c: parser.y
+ $(YACC) -v -d -o parser.c -p sql parser.y
+
diff --git a/packages/qof/qof_0.6.0.bb b/packages/qof/qof_0.6.0.bb
index e43a7e4adf..9c35993cb7 100644
--- a/packages/qof/qof_0.6.0.bb
+++ b/packages/qof/qof_0.6.0.bb
@@ -1,20 +1,20 @@
-LICENSE = "GPL"
HOMEPAGE = "http://qof.sourceforge.net/"
+LICENSE = "GPL"
DEPENDS = "glib-2.0 libxml2 libtool zlib"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
- file://fix-includes.patch;patch=1"
-
-
-FILES_${PN} += "/usr/share/xml"
-PARALLEL_MAKE=""
+ file://libsql-no-host-includes.patch;patch=1 \
+ file://fix-includes.patch;patch=1 \
+ "
inherit autotools pkgconfig
+PARALLEL_MAKE = ""
do_stage() {
-autotools_stage_all
+ autotools_stage_all
}
+FILES_${PN} += "/usr/share/xml"
diff --git a/packages/qof/qof_0.7.2.bb b/packages/qof/qof_0.7.2.bb
new file mode 100644
index 0000000000..985e8d6cfd
--- /dev/null
+++ b/packages/qof/qof_0.7.2.bb
@@ -0,0 +1,19 @@
+HOMEPAGE = "http://qof.sourceforge.net/"
+LICENSE = "GPL"
+
+DEPENDS = "glib-2.0 libxml2 libtool zlib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
+ "
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-error-on-warning"
+
+PARALLEL_MAKE = ""
+
+do_stage() {
+ autotools_stage_all
+}
+
+FILES_${PN} += "/usr/share/xml"
+