From c13a79e5750d1f84cccb5bcca3e48841797635ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Feb 2015 15:52:28 +0100 Subject: [PATCH] add kde-kf5-porting-aids.bbclass sharing commons for KF5 porting-aids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- classes/kde-kf5-porting-aids.bbclass | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 classes/kde-kf5-porting-aids.bbclass diff --git a/classes/kde-kf5-porting-aids.bbclass b/classes/kde-kf5-porting-aids.bbclass new file mode 100644 index 00000000..4d71ee44 --- /dev/null +++ b/classes/kde-kf5-porting-aids.bbclass @@ -0,0 +1,3 @@ +inherit kde-kf5 + +SRC_URI = "http://download.kde.org/stable/frameworks/5.7/portingAids/${BPN}-${PV}.tar.xz"