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/yum/files/paths2.patch | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 meta/packages/yum/files/paths2.patch (limited to 'meta/packages/yum/files/paths2.patch') diff --git a/meta/packages/yum/files/paths2.patch b/meta/packages/yum/files/paths2.patch deleted file mode 100644 index 8fe6d0c983..0000000000 --- a/meta/packages/yum/files/paths2.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- - rpmUtils/Makefile | 2 +- - yum/Makefile | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -Index: yum-3.2.27/rpmUtils/Makefile -=================================================================== ---- yum-3.2.27.orig/rpmUtils/Makefile 2010-03-24 17:26:39.759798777 +0000 -+++ yum-3.2.27/rpmUtils/Makefile 2010-03-24 17:26:54.835863845 +0000 -@@ -2,8 +2,8 @@ - PACKAGE = $(shell basename `pwd`) - PYFILES = $(wildcard *.py) - PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)') --PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix') --PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) -+PYSYSDIR = $(libdir) -+PYLIBDIR = $(PYSYSDIR)/python$(PYVER) - PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE) - - all: -Index: yum-3.2.27/yum/Makefile -=================================================================== ---- yum-3.2.27.orig/yum/Makefile 2010-03-24 17:26:39.759798777 +0000 -+++ yum-3.2.27/yum/Makefile 2010-03-24 17:26:43.726773783 +0000 -@@ -2,8 +2,8 @@ - PACKAGE = $(shell basename `pwd`) - PYFILES = $(wildcard *.py) - PYVER := $(shell $(PYTHON) -c 'import sys; print "%.3s" %(sys.version)') --PYSYSDIR := $(shell $(PYTHON) -c 'import sys; print sys.prefix') --PYLIBDIR = $(PYSYSDIR)/lib/python$(PYVER) -+PYSYSDIR = $(libdir) -+PYLIBDIR = $(PYSYSDIR)/python$(PYVER) - PKGDIR = $(PYLIBDIR)/site-packages/$(PACKAGE) - - all: -- cgit v1.2.3-54-g00ecf