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 --- packages/startup-notification/startup-notification_0.5.bb | 13 ------------- packages/startup-notification/startup-notification_0.8.bb | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 packages/startup-notification/startup-notification_0.5.bb delete mode 100644 packages/startup-notification/startup-notification_0.8.bb (limited to 'packages/startup-notification') diff --git a/packages/startup-notification/startup-notification_0.5.bb b/packages/startup-notification/startup-notification_0.5.bb deleted file mode 100644 index e073476472..0000000000 --- a/packages/startup-notification/startup-notification_0.5.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Startup notification support" -LICENSE = "LGPL" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "virtual/libx11" - -inherit autotools pkgconfig - -SRC_URI = "http://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz" - -do_stage () { - autotools_stage_all -} diff --git a/packages/startup-notification/startup-notification_0.8.bb b/packages/startup-notification/startup-notification_0.8.bb deleted file mode 100644 index 3233f1cc16..0000000000 --- a/packages/startup-notification/startup-notification_0.8.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Startup notification support" -LICENSE = "LGPL" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "virtual/libx11 libsm" - -inherit autotools pkgconfig - -SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" - -do_stage () { - autotools_stage_all -} -- cgit v1.2.3