diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-09-01 09:55:24 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-01 10:55:23 -0700 |
| commit | 5a782fe1853cabf2634657d9f994cef86cf30f27 (patch) | |
| tree | eb86a12ae422d7e9372102624083cbe98652333f /meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | |
| parent | 6d9291c7e05fa230557d1fa92348a7774de6ff1b (diff) | |
| download | meta-openembedded-5a782fe1853cabf2634657d9f994cef86cf30f27.tar.gz | |
xfce4-dev-tools: Fix configure check for libX11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb index 5c41a76ed6..586a77efc6 100644 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | |||
| @@ -11,7 +11,9 @@ inherit autotools pkgconfig | |||
| 11 | 11 | ||
| 12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
| 13 | 13 | ||
| 14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2 \ |
| 15 | file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \ | ||
| 16 | " | ||
| 15 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" | 17 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" |
| 16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" | 18 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" |
| 17 | 19 | ||
