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/icon-naming-utils/icon-naming-utils-native_0.8.2.bb | 9 +++++++++ recipes/icon-naming-utils/icon-naming-utils-native_0.8.7.bb | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 recipes/icon-naming-utils/icon-naming-utils-native_0.8.2.bb create mode 100644 recipes/icon-naming-utils/icon-naming-utils-native_0.8.7.bb (limited to 'recipes/icon-naming-utils') diff --git a/recipes/icon-naming-utils/icon-naming-utils-native_0.8.2.bb b/recipes/icon-naming-utils/icon-naming-utils-native_0.8.2.bb new file mode 100644 index 0000000000..68d0667670 --- /dev/null +++ b/recipes/icon-naming-utils/icon-naming-utils-native_0.8.2.bb @@ -0,0 +1,9 @@ +LICENSE = "GPLv2" +DEPENDS = "libxml-simple-perl-native" +PR = "r1" + +SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.2.tar.gz" + +S = "${WORKDIR}/icon-naming-utils-${PV}" + +inherit autotools native diff --git a/recipes/icon-naming-utils/icon-naming-utils-native_0.8.7.bb b/recipes/icon-naming-utils/icon-naming-utils-native_0.8.7.bb new file mode 100644 index 0000000000..e7ef65f342 --- /dev/null +++ b/recipes/icon-naming-utils/icon-naming-utils-native_0.8.7.bb @@ -0,0 +1,8 @@ +LICENSE = "GPLv2" +DEPENDS = "libxml-simple-perl-native" + +SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz" + +S = "${WORKDIR}/icon-naming-utils-${PV}" + +inherit autotools native -- cgit 1.2.3-korg