From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/libw100/libw100_0.0.2.bb | 13 +++++++++++++ recipes/libw100/libw100_svn.bb | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 recipes/libw100/libw100_0.0.2.bb create mode 100644 recipes/libw100/libw100_svn.bb (limited to 'recipes/libw100') diff --git a/recipes/libw100/libw100_0.0.2.bb b/recipes/libw100/libw100_0.0.2.bb new file mode 100644 index 0000000000..867eb68b58 --- /dev/null +++ b/recipes/libw100/libw100_0.0.2.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)" +LICENSE = "GPLv2" + +SRC_URI = "svn://libw100.svn.sourceforge.net/svnroot/libw100/tags;module=rev_0_0_2;proto=https" + +S = "${WORKDIR}/rev_0_0_2" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + diff --git a/recipes/libw100/libw100_svn.bb b/recipes/libw100/libw100_svn.bb new file mode 100644 index 0000000000..462163e115 --- /dev/null +++ b/recipes/libw100/libw100_svn.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Acceleration library for ATI imageon chipsets (w100 and w3220)" +LICENSE = "GPLv2" + +PV = "0.0.2+svnr${SRCREV}" +PE = "1" +SRC_URI = "svn://libw100.svn.sourceforge.net/svnroot/libw100;module=trunk;proto=https" + +S = "${WORKDIR}/trunk" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + -- cgit 1.2.3-korg