diff options
Diffstat (limited to 'meta-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.0.bb (renamed from meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb) | 14 |
1 files changed, 7 insertions, 7 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.18.0.bb index 586a77efc6..6ca18b8b33 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.18.0.bb | |||
| @@ -1,21 +1,19 @@ | |||
| 1 | SUMMARY = "Xfce4 development tools" | 1 | SUMMARY = "Xfce4 development tools" |
| 2 | HOMEPAGE = "http://www.xfce.org" | 2 | HOMEPAGE = "http://www.xfce.org" |
| 3 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
| 4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 6 | 6 | ||
| 7 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
| 8 | DEPENDS:append:class-target = " ${BPN}-native" | 8 | DEPENDS:append:class-target = " ${BPN}-native" |
| 9 | 9 | ||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native" | ||
| 13 | |||
| 14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2 \ | 10 | 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 \ | 11 | file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \ |
| 16 | " | 12 | " |
| 17 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" | 13 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" |
| 18 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" | 14 | SRC_URI[sha256sum] = "eedb4fc955f0e3459c46864ff98579295db2b900743e0ff69cad5970ba76be37" |
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
| 19 | 17 | ||
| 20 | do_install:append() { | 18 | do_install:append() { |
| 21 | install -d ${D}${datadir}/aclocal | 19 | install -d ${D}${datadir}/aclocal |
| @@ -25,3 +23,5 @@ do_install:append() { | |||
| 25 | FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" | 23 | FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" |
| 26 | 24 | ||
| 27 | RDEPENDS:${PN} = "bash" | 25 | RDEPENDS:${PN} = "bash" |
| 26 | |||
| 27 | BBCLASSEXTEND = "native" | ||
