summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-11 18:38:10 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-11 18:38:10 +0000
commitcf0084145f0d0dc19f26960f4c7b2c22760d0027 (patch)
tree5486247969bd6e5076b943a70519695ace3fe545
parent43669de0bd8dafe0e77b73b086bb381dde2fd130 (diff)
parent793088bf35cab68f4ad12a700f596359505d0ea5 (diff)
merge of '0d5d329305f1889da24316c8f1a1c4055aa1c965'
and 'a064ac2b5db052cbadae6856a18d5be4dd8ef6e9'
-rw-r--r--packages/aspell/aspell5-en_6.0-0.bb10
-rw-r--r--packages/xorg-lib/xtrans-native_X11R7.0-1.0.0.bb1
-rw-r--r--packages/xorg-lib/xtrans/.mtn2git_empty0
-rw-r--r--packages/xorg-lib/xtrans/fix-missing-includepath.patch13
-rw-r--r--packages/xorg-lib/xtrans_X11R7.0-1.0.0.bb5
5 files changed, 26 insertions, 3 deletions
diff --git a/packages/aspell/aspell5-en_6.0-0.bb b/packages/aspell/aspell5-en_6.0-0.bb
index 8364df06a9..568e692ab9 100644
--- a/packages/aspell/aspell5-en_6.0-0.bb
+++ b/packages/aspell/aspell5-en_6.0-0.bb
@@ -1,4 +1,14 @@
+LICENSE = "Copyright file"
SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell5-en-${PV}.tar.bz2"
+PR="r1"
require aspell-lang.inc
+FILES_${PN} += "${docdir}/Copyright"
+FILES_${PN}-doc = ""
+
+do_install_append() {
+ install -d ${D}${docdir}
+ install ${S}/Copyright ${D}${docdir}
+}
+
diff --git a/packages/xorg-lib/xtrans-native_X11R7.0-1.0.0.bb b/packages/xorg-lib/xtrans-native_X11R7.0-1.0.0.bb
index ff63987713..7d24f07432 100644
--- a/packages/xorg-lib/xtrans-native_X11R7.0-1.0.0.bb
+++ b/packages/xorg-lib/xtrans-native_X11R7.0-1.0.0.bb
@@ -1,6 +1,5 @@
SECTION = "x11/libs"
PRIORITY = "optional"
-#MAINTAINER = ""
LICENSE = "BSD-X"
DEPENDS = "util-macros-native"
diff --git a/packages/xorg-lib/xtrans/.mtn2git_empty b/packages/xorg-lib/xtrans/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/xorg-lib/xtrans/.mtn2git_empty
diff --git a/packages/xorg-lib/xtrans/fix-missing-includepath.patch b/packages/xorg-lib/xtrans/fix-missing-includepath.patch
new file mode 100644
index 0000000000..043d14f7bf
--- /dev/null
+++ b/packages/xorg-lib/xtrans/fix-missing-includepath.patch
@@ -0,0 +1,13 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- xtrans-X11R7.0-1.0.0/xtrans.pc.in~fix-missing-includepath 2005-07-02 20:00:50.000000000 +0200
++++ xtrans-X11R7.0-1.0.0/xtrans.pc.in 2006-08-11 19:27:58.000000000 +0200
+@@ -6,4 +6,4 @@
+ Name: XTrans
+ Description: Abstract network code for X
+ Version: @PACKAGE_VERSION@
+-Cflags: -I${includedir} -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@
++Cflags: -I${includedir} -I${includedir}/X11/Xtrans -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@
diff --git a/packages/xorg-lib/xtrans_X11R7.0-1.0.0.bb b/packages/xorg-lib/xtrans_X11R7.0-1.0.0.bb
index 1ab38ad838..2c38782a57 100644
--- a/packages/xorg-lib/xtrans_X11R7.0-1.0.0.bb
+++ b/packages/xorg-lib/xtrans_X11R7.0-1.0.0.bb
@@ -1,8 +1,9 @@
require xorg-lib-common.inc
+PR = "r1"
+
+SRC_URI += "file://fix-missing-includepath.patch;patch=1"
DESCRIPTION = "network API translation layer to \
insulate X applications and libraries from OS \
network vageries."
-#DEPENDS += " "
-