diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-09-18 02:49:31 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-22 17:16:27 +0200 |
commit | c571ecbb43d03baf0a5c03ad5fed454f12eeabd8 (patch) | |
tree | 33c7c77fee28635af7a73ebb7716d4da6f34c394 /meta-xfce | |
parent | 1d4ae8e1127d685b3995f4f693ff3b5c249958c4 (diff) | |
download | meta-openembedded-c571ecbb43d03baf0a5c03ad5fed454f12eeabd8.tar.gz |
xfce4-dev-tools: add native support
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/classes/xfce.bbclass | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index a5a35bb32..5b12cbaa4 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass | |||
@@ -1,5 +1,5 @@ | |||
1 | HOMEPAGE = "http://www.xfce.org" | 1 | HOMEPAGE = "http://www.xfce.org" |
2 | SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" | 2 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" |
3 | 3 | ||
4 | inherit autotools gtk-icon-cache pkgconfig | 4 | inherit autotools gtk-icon-cache pkgconfig |
5 | 5 | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb index 3df67ee3c..01e5e1886 100644 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb | |||
@@ -3,7 +3,9 @@ SECTION = "x11/libs" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r1" |
7 | |||
8 | BBCLASSEXTEND = "native" | ||
7 | 9 | ||
8 | inherit xfce | 10 | inherit xfce |
9 | 11 | ||