diff options
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk/configure.use.fontconfig.with.xft.patch (renamed from meta-oe/recipes-devtools/tcltk/tk-8.6.0/configure.use.fontconfig.with.xft.patch) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk/confsearch.diff (renamed from meta-oe/recipes-devtools/tcltk/tk-8.6.0/confsearch.diff) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff (renamed from meta-oe/recipes-devtools/tcltk/tk-8.6.0/fix-xft.diff) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk/non-linux.diff (renamed from meta-oe/recipes-devtools/tcltk/tk-8.6.0/non-linux.diff) | 22 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk/tklibrary.diff (renamed from meta-oe/recipes-devtools/tcltk/tk-8.6.0/tklibrary.diff) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk/tkprivate.diff (renamed from meta-oe/recipes-devtools/tcltk/tk-8.6.0/tkprivate.diff) | 0 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk_8.6.4.bb (renamed from meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb) | 4 |
7 files changed, 4 insertions, 22 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/configure.use.fontconfig.with.xft.patch b/meta-oe/recipes-devtools/tcltk/tk/configure.use.fontconfig.with.xft.patch index a0c157f5ad..a0c157f5ad 100644 --- a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/configure.use.fontconfig.with.xft.patch +++ b/meta-oe/recipes-devtools/tcltk/tk/configure.use.fontconfig.with.xft.patch | |||
diff --git a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/confsearch.diff b/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff index c51e475426..c51e475426 100644 --- a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/confsearch.diff +++ b/meta-oe/recipes-devtools/tcltk/tk/confsearch.diff | |||
diff --git a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/fix-xft.diff b/meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff index d1bb7105c6..d1bb7105c6 100644 --- a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/fix-xft.diff +++ b/meta-oe/recipes-devtools/tcltk/tk/fix-xft.diff | |||
diff --git a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/non-linux.diff b/meta-oe/recipes-devtools/tcltk/tk/non-linux.diff index 9309fc48e1..7d31f9fdca 100644 --- a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/non-linux.diff +++ b/meta-oe/recipes-devtools/tcltk/tk/non-linux.diff | |||
| @@ -3,7 +3,7 @@ building on non-linux Debian architectures. | |||
| 3 | 3 | ||
| 4 | --- tk8.5-8.5.8.orig/unix/configure | 4 | --- tk8.5-8.5.8.orig/unix/configure |
| 5 | +++ tk8.5-8.5.8/unix/configure | 5 | +++ tk8.5-8.5.8/unix/configure |
| 6 | @@ -4742,6 +4742,9 @@ | 6 | @@ -4447,6 +4447,9 @@ |
| 7 | if test "`uname -s`" = "AIX" ; then | 7 | if test "`uname -s`" = "AIX" ; then |
| 8 | tcl_cv_sys_version=AIX-`uname -v`.`uname -r` | 8 | tcl_cv_sys_version=AIX-`uname -v`.`uname -r` |
| 9 | fi | 9 | fi |
| @@ -12,16 +12,7 @@ building on non-linux Debian architectures. | |||
| 12 | + fi | 12 | + fi |
| 13 | fi | 13 | fi |
| 14 | fi | 14 | fi |
| 15 | 15 | ||
| 16 | @@ -5546,7 +5549,7 @@ | ||
| 17 | fi | ||
| 18 | |||
| 19 | ;; | ||
| 20 | - Linux*) | ||
| 21 | + Linux*|GNU*|NetBSD-Debian) | ||
| 22 | SHLIB_CFLAGS="-fPIC" | ||
| 23 | SHLIB_LD_LIBS='${LIBS}' | ||
| 24 | SHLIB_SUFFIX=".so" | ||
| 25 | --- tk8.5-8.5.8.orig/unix/tcl.m4 | 16 | --- tk8.5-8.5.8.orig/unix/tcl.m4 |
| 26 | +++ tk8.5-8.5.8/unix/tcl.m4 | 17 | +++ tk8.5-8.5.8/unix/tcl.m4 |
| 27 | @@ -962,6 +962,9 @@ | 18 | @@ -962,6 +962,9 @@ |
| @@ -34,12 +25,3 @@ building on non-linux Debian architectures. | |||
| 34 | fi | 25 | fi |
| 35 | fi | 26 | fi |
| 36 | ]) | 27 | ]) |
| 37 | @@ -1422,7 +1425,7 @@ | ||
| 38 | ]) | ||
| 39 | ]) | ||
| 40 | ;; | ||
| 41 | - Linux*) | ||
| 42 | + Linux*|GNU*|NetBSD-Debian) | ||
| 43 | SHLIB_CFLAGS="-fPIC" | ||
| 44 | SHLIB_LD_LIBS='${LIBS}' | ||
| 45 | SHLIB_SUFFIX=".so" | ||
diff --git a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/tklibrary.diff b/meta-oe/recipes-devtools/tcltk/tk/tklibrary.diff index ee38c2a1a5..ee38c2a1a5 100644 --- a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/tklibrary.diff +++ b/meta-oe/recipes-devtools/tcltk/tk/tklibrary.diff | |||
diff --git a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/tkprivate.diff b/meta-oe/recipes-devtools/tcltk/tk/tkprivate.diff index 4e15469736..4e15469736 100644 --- a/meta-oe/recipes-devtools/tcltk/tk-8.6.0/tkprivate.diff +++ b/meta-oe/recipes-devtools/tcltk/tk/tkprivate.diff | |||
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.4.bb index 14c6ce54c0..d8eca50085 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.4.bb | |||
| @@ -26,8 +26,8 @@ SRC_URI = "\ | |||
| 26 | file://fix-xft.diff \ | 26 | file://fix-xft.diff \ |
| 27 | file://configure.use.fontconfig.with.xft.patch \ | 27 | file://configure.use.fontconfig.with.xft.patch \ |
| 28 | " | 28 | " |
| 29 | SRC_URI[md5sum] = "b883a1a3c489c17413fb602a94bf54e8" | 29 | SRC_URI[md5sum] = "261754d7dc2a582f00e35547777e1fea" |
| 30 | SRC_URI[sha256sum] = "5c708b2b6f658916df59190b27750fa1ea2bc10992108e10f961c0700f058de6" | 30 | SRC_URI[sha256sum] = "08f99df85e5dc9c4271762163c6aabb962c8b297dc5c4c1af8bdd05fc2dd26c1" |
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/${BPN}${PV}/unix" | 32 | S = "${WORKDIR}/${BPN}${PV}/unix" |
| 33 | 33 | ||
