diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-01-02 15:16:09 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-03 23:25:44 +0100 |
commit | 6b1eb16217456900b77c150bfac2849b6bc139a7 (patch) | |
tree | 8ab750d18648d0fa51aac684ac9c8ab3fdbc1653 /meta-xfce/recipes-xfce | |
parent | 611b4b9eff71534723a73e14232414a8eb56a058 (diff) | |
download | meta-openembedded-6b1eb16217456900b77c150bfac2849b6bc139a7.tar.gz |
packagegroup-xfce-base: xfce-terminal -> xfce4-terminal
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index e42ea3c32..3d8b062f3 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "All packages required for a base installation of XFCE" | |||
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
5 | PR = "r4" | 5 | PR = "r5" |
6 | 6 | ||
7 | inherit packagegroup | 7 | inherit packagegroup |
8 | 8 | ||
@@ -33,7 +33,7 @@ RDEPENDS_${PN} = " \ | |||
33 | xfce4-settings \ | 33 | xfce4-settings \ |
34 | \ | 34 | \ |
35 | xfce4-notifyd \ | 35 | xfce4-notifyd \ |
36 | xfce-terminal \ | 36 | xfce4-terminal \ |
37 | thunar \ | 37 | thunar \ |
38 | thunar-volman \ | 38 | thunar-volman \ |
39 | " | 39 | " |