From 7faafa8b3c0b1de2a2d8b6fe49076473f25589c0 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 30 Oct 2011 11:47:19 +0000 Subject: xfce-app.bbclass: just set SRC_URI commmon to most xfce-apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build tested with source download for xfce4-notifyd and xfce4-screenshooter * run tested on overo Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-xfce/classes/xfce-app.bbclass | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-xfce/classes/xfce-app.bbclass (limited to 'meta-xfce/classes') diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass new file mode 100644 index 0000000000..c60ad3d67a --- /dev/null +++ b/meta-xfce/classes/xfce-app.bbclass @@ -0,0 +1,4 @@ +inherit xfce + +SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" + -- cgit 1.2.3-korg