diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:14:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:29:45 +0100 |
commit | 29d6678fd546377459ef75cf54abeef5b969b5cf (patch) | |
tree | 8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/packages/xorg-util | |
parent | da49de6885ee1bc424e70bc02f21f6ab920efb55 (diff) | |
download | openembedded-core-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz openembedded-core-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.bz2 openembedded-core-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.xz openembedded-core-29d6678fd546377459ef75cf54abeef5b969b5cf.zip |
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 <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xorg-util')
-rw-r--r-- | meta/packages/xorg-util/gccmakedep_1.0.2.bb | 8 | ||||
-rw-r--r-- | meta/packages/xorg-util/imake_1.0.2.bb | 8 | ||||
-rw-r--r-- | meta/packages/xorg-util/lndir_1.0.1.bb | 6 | ||||
-rw-r--r-- | meta/packages/xorg-util/makedepend_1.0.2.bb | 8 | ||||
-rw-r--r-- | meta/packages/xorg-util/util-macros/xaw.patch | 14 | ||||
-rw-r--r-- | meta/packages/xorg-util/util-macros_1.10.0.bb | 16 | ||||
-rw-r--r-- | meta/packages/xorg-util/xorg-cf-files_1.0.3.bb | 8 | ||||
-rw-r--r-- | meta/packages/xorg-util/xorg-util-common.inc | 13 |
8 files changed, 0 insertions, 81 deletions
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 |