diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-11 18:35:23 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-12 13:50:01 -0700 |
| commit | b4f3c4665ca45ac5c4347d4cd5d7547c50af9ae5 (patch) | |
| tree | e18333809a0fdf5ac3474fe59c6badb337d45e6a /meta-xfce/classes/xfce-app.bbclass | |
| parent | adfee75882d492cb64300e9abab884cd7bbf37e4 (diff) | |
| download | meta-openembedded-b4f3c4665ca45ac5c4347d4cd5d7547c50af9ae5.tar.gz | |
classed/xfce: Make download tarball extention type configurable
Default is still tar.bz2, but there is now option to use tar.xz which is
some of new xfce component releases are only xz compressed tarballs.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/classes/xfce-app.bbclass')
| -rw-r--r-- | meta-xfce/classes/xfce-app.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass index d1b07d7457..957cfb3362 100644 --- a/meta-xfce/classes/xfce-app.bbclass +++ b/meta-xfce/classes/xfce-app.bbclass | |||
| @@ -2,5 +2,5 @@ inherit xfce features_check | |||
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "x11" | 3 | REQUIRED_DISTRO_FEATURES = "x11" |
| 4 | 4 | ||
| 5 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" | 5 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}" |
| 6 | 6 | ||
