From 29d6678fd546377459ef75cf54abeef5b969b5cf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 Aug 2010 15:14:24 +0100 Subject: Major layout change to the packages directory Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie --- meta/packages/xorg-util/gccmakedep_1.0.2.bb | 8 -------- meta/packages/xorg-util/imake_1.0.2.bb | 8 -------- meta/packages/xorg-util/lndir_1.0.1.bb | 6 ------ meta/packages/xorg-util/makedepend_1.0.2.bb | 8 -------- meta/packages/xorg-util/util-macros/xaw.patch | 14 -------------- meta/packages/xorg-util/util-macros_1.10.0.bb | 16 ---------------- meta/packages/xorg-util/xorg-cf-files_1.0.3.bb | 8 -------- meta/packages/xorg-util/xorg-util-common.inc | 13 ------------- 8 files changed, 81 deletions(-) delete mode 100644 meta/packages/xorg-util/gccmakedep_1.0.2.bb delete mode 100644 meta/packages/xorg-util/imake_1.0.2.bb delete mode 100644 meta/packages/xorg-util/lndir_1.0.1.bb delete mode 100644 meta/packages/xorg-util/makedepend_1.0.2.bb delete mode 100644 meta/packages/xorg-util/util-macros/xaw.patch delete mode 100644 meta/packages/xorg-util/util-macros_1.10.0.bb delete mode 100644 meta/packages/xorg-util/xorg-cf-files_1.0.3.bb delete mode 100644 meta/packages/xorg-util/xorg-util-common.inc (limited to 'meta/packages/xorg-util') diff --git a/meta/packages/xorg-util/gccmakedep_1.0.2.bb b/meta/packages/xorg-util/gccmakedep_1.0.2.bb deleted file mode 100644 index b1035676c..000000000 --- a/meta/packages/xorg-util/gccmakedep_1.0.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -require xorg-util-common.inc - -DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" -DEPENDS = "util-macros" -RDEPENDS = "gcc" - -PR = "r2" -PE = "1" diff --git a/meta/packages/xorg-util/imake_1.0.2.bb b/meta/packages/xorg-util/imake_1.0.2.bb deleted file mode 100644 index e533ece46..000000000 --- a/meta/packages/xorg-util/imake_1.0.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -require xorg-util-common.inc - -DESCRIPTION = "C preprocessor interface to the make utility" -DEPENDS = "util-macros" -RDEPENDS = "perl xproto" - -PR = "r1" -PE = "1" diff --git a/meta/packages/xorg-util/lndir_1.0.1.bb b/meta/packages/xorg-util/lndir_1.0.1.bb deleted file mode 100644 index b7bd0ad54..000000000 --- a/meta/packages/xorg-util/lndir_1.0.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -require xorg-util-common.inc - -DESCRIPTION = "create a shadow directory of symbolic links to another directory tree" -DEPENDS += "xproto util-macros" -PR = "r1" -PE = "1" diff --git a/meta/packages/xorg-util/makedepend_1.0.2.bb b/meta/packages/xorg-util/makedepend_1.0.2.bb deleted file mode 100644 index 7d6a5355a..000000000 --- a/meta/packages/xorg-util/makedepend_1.0.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -require xorg-util-common.inc - -DESCRIPTION = "create dependencies in makefiles" -DEPENDS = "xproto util-macros" -PR = "r2" -PE = "1" - -BBCLASSEXTEND = "native" diff --git a/meta/packages/xorg-util/util-macros/xaw.patch b/meta/packages/xorg-util/util-macros/xaw.patch deleted file mode 100644 index 8b39869cc..000000000 --- a/meta/packages/xorg-util/util-macros/xaw.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: util-macros-1.2.1/xorg-macros.m4.in -=================================================================== ---- util-macros-1.2.1.orig/xorg-macros.m4.in 2009-01-15 13:49:56.000000000 +0000 -+++ util-macros-1.2.1/xorg-macros.m4.in 2009-01-15 13:52:22.000000000 +0000 -@@ -456,3 +456,9 @@ - fi - AC_SUBST(CWARNFLAGS) - ]) # XORG_CWARNFLAGS -+ -+AC_DEFUN([XAW_CHECK_XPRINT_SUPPORT], [ -+PKG_CHECK_MODULES(TMP_XAW, xaw7) -+$1_CFLAGS=$TMP_XAW_CFLAGS -+$1_LIBS=$TMP_XAW_LIBS -+]) diff --git a/meta/packages/xorg-util/util-macros_1.10.0.bb b/meta/packages/xorg-util/util-macros_1.10.0.bb deleted file mode 100644 index d3bf613a6..000000000 --- a/meta/packages/xorg-util/util-macros_1.10.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "X autotools macros" - -require xorg-util-common.inc - -LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=b8b2965be9997891cf7ddccdfb242ca8" - -PE = "1" -PR = "r0" - -# ${PN} is empty so we need to tweak -dev and -dbg package dependencies -DEPENDS = "gettext" -RDEPENDS_${PN}-dev = "" -RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/packages/xorg-util/xorg-cf-files_1.0.3.bb b/meta/packages/xorg-util/xorg-cf-files_1.0.3.bb deleted file mode 100644 index 7c3fb8d7e..000000000 --- a/meta/packages/xorg-util/xorg-cf-files_1.0.3.bb +++ /dev/null @@ -1,8 +0,0 @@ -require xorg-util-common.inc - -DESCRIPTION = "X Window System CF files" - -PR = "r1" -PE = "1" - -FILES_${PN} += " /usr/lib/X11/config" diff --git a/meta/packages/xorg-util/xorg-util-common.inc b/meta/packages/xorg-util/xorg-util-common.inc deleted file mode 100644 index 18d022c49..000000000 --- a/meta/packages/xorg-util/xorg-util-common.inc +++ /dev/null @@ -1,13 +0,0 @@ -HOMEPAGE = "http://www.x.org" -BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" - -SECTION = "x11/utils" -LICENSE = "MIT-X" - -XORG_PN = "${BPN}" - -SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz" - -S = "${WORKDIR}/${XORG_PN}-${PV}" - -inherit autotools pkgconfig -- cgit v1.2.3