[oe] [meta-xfce 01/11] xfce4-dev-tools: add native support

Andreas Müller schnitzeltony at gmx.de
Wed Sep 21 06:11:50 UTC 2011


Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
---
 .../xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb       |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

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 3df67ee..3985a0e 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,10 +3,15 @@ SECTION = "x11/libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
 
-PR = "r0"
+PR = "r1"
+
+BBCLASSEXTEND = "native"
 
 inherit xfce
 
+# inherited SRC_URI does not work for native
+SRC_URI = "http://archive.xfce.org/src/xfce/xfce4-dev-tools/${@'${PV}'[0:3]}/xfce4-dev-tools-${PV}.tar.bz2"
+
 do_install_append() {
        install -d ${D}${datadir}/aclocal
        install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/
-- 
1.7.4.4





More information about the Openembedded-devel mailing list