[oe-commits] org.oe.dev coreutils: unify

Laibsch commit openembedded-commits at lists.openembedded.org
Thu Dec 21 00:50:00 UTC 2006


coreutils: unify

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 48044373e4a3e89c420126217b7e41d2dcdba666
ViewMTN: http://monotone.openembedded.org/revision.psp?id=48044373e4a3e89c420126217b7e41d2dcdba666
Files:
1
packages/coreutils/coreutils.inc
packages/coreutils/coreutils_5.0.bb
packages/coreutils/coreutils_5.1.1.bb
packages/coreutils/coreutils_5.1.3.bb
packages/coreutils/coreutils_5.3.0.bb
Diffs:

#
# mt diff -rea5d52afb17a16b258fa4a46a806e3c10c308250 -r48044373e4a3e89c420126217b7e41d2dcdba666
#
# 
# 
# add_file "packages/coreutils/coreutils.inc"
#  content [59ffecbe1e3e7c1ae9e2a110bb0cf6489f035a18]
# 
# patch "packages/coreutils/coreutils_5.0.bb"
#  from [9c83096ffaec3fb278e920fa2244205ceedc0701]
#    to [7b612b95b3216db1f7d1d75961b569575e23ceb8]
# 
# patch "packages/coreutils/coreutils_5.1.1.bb"
#  from [401da622d0290946ac2b96c7f3da17ad13da3802]
#    to [d6a4950534ef965f6c63ee061d999e1ed2493476]
# 
# patch "packages/coreutils/coreutils_5.1.3.bb"
#  from [d81babb35d7ef8dd5dd850355330071afeaad51d]
#    to [2782b9446d42b33a5cefa971c6e9e04fe8d6324b]
# 
# patch "packages/coreutils/coreutils_5.3.0.bb"
#  from [bab2ee417a7e914e5c12c52cb379a3ef8cddf4a7]
#    to [b4f9cf2b26d6d4cda09420f20f8d066f62cb0696]
# 
============================================================
--- packages/coreutils/coreutils.inc	59ffecbe1e3e7c1ae9e2a110bb0cf6489f035a18
+++ packages/coreutils/coreutils.inc	59ffecbe1e3e7c1ae9e2a110bb0cf6489f035a18
@@ -0,0 +1,7 @@
+DESCRIPTION = "A collection of core GNU utilities."
+LICENSE = "GPL"
+SECTION = "base"
+RREPLACES = "textutils shellutils fileutils"
+RPROVIDES = "textutils shellutils fileutils"
+
+inherit autotools
============================================================
--- packages/coreutils/coreutils_5.0.bb	9c83096ffaec3fb278e920fa2244205ceedc0701
+++ packages/coreutils/coreutils_5.0.bb	7b612b95b3216db1f7d1d75961b569575e23ceb8
@@ -1,14 +1,9 @@
-LICENSE = "GPL"
-SECTION = "base"
-DESCRIPTION = "A collection of core GNU utilities."
-RREPLACES = "textutils shellutils fileutils"
-RPROVIDES = "textutils shellutils fileutils"
+require coreutils.inc 
+
 PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/coreutils/coreutils-${PV}.tar.gz \
 	   file://malloc.patch;patch=1 \
 	   file://configure.patch;patch=1"
 
-inherit autotools
-
 export EXTRA_OEMAKE="'SUBDIRS=lib src doc m4 po tests' MAKEFLAGS="
============================================================
--- packages/coreutils/coreutils_5.1.1.bb	401da622d0290946ac2b96c7f3da17ad13da3802
+++ packages/coreutils/coreutils_5.1.1.bb	d6a4950534ef965f6c63ee061d999e1ed2493476
@@ -1,10 +1,5 @@
-LICENSE = "GPL"
-SECTION = "base"
-DESCRIPTION = "A collection of core GNU utilities."
-RREPLACES = "textutils shellutils fileutils"
-RPROVIDES = "textutils shellutils fileutils"
+require coreutils.inc 
+
 PR = "r1"
 
 SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2"
-
-inherit autotools
============================================================
--- packages/coreutils/coreutils_5.1.3.bb	d81babb35d7ef8dd5dd850355330071afeaad51d
+++ packages/coreutils/coreutils_5.1.3.bb	2782b9446d42b33a5cefa971c6e9e04fe8d6324b
@@ -1,8 +1,5 @@
-LICENSE = "GPL"
-SECTION = "base"
-DESCRIPTION = "A collection of core GNU utilities."
-RREPLACES = "textutils shellutils fileutils"
-RPROVIDES = "textutils shellutils fileutils"
+require coreutils.inc 
+
 PR = "r8"
 
 SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
@@ -10,8 +7,6 @@ SRC_URI = "ftp://alpha.gnu.org/gnu/coreu
            file://man.patch;patch=1 \
 	   file://rename-eaccess.patch;patch=1"
 
-inherit autotools
-
 # [ gets a special treatment and is not included in this
 bindir_progs = "basename cksum comm csplit cut dir dircolors dirname du \
 		env expand expr factor fmt fold groups head hostid id install \
============================================================
--- packages/coreutils/coreutils_5.3.0.bb	bab2ee417a7e914e5c12c52cb379a3ef8cddf4a7
+++ packages/coreutils/coreutils_5.3.0.bb	b4f9cf2b26d6d4cda09420f20f8d066f62cb0696
@@ -1,19 +1,13 @@
-DESCRIPTION = "A collection of core GNU utilities."
-LICENSE = "GPL"
-SECTION = "base"
-RREPLACES = "textutils shellutils fileutils"
-RPROVIDES = "textutils shellutils fileutils"
+require coreutils.inc 
+
 PR = "r1"
 
 SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
            file://install-cross.patch;patch=1;pnum=0 \
            file://man.patch;patch=1 \
-           file://rename-tee-for-glibc2.5.patch;patch=1"
+           file://rename-tee-for-glibc2.5.patch;patch=1 \
+           file://uptime-pow-lib.patch;patch=1"
 
-SRC_URI += "file://uptime-pow-lib.patch;patch=1"
-
-inherit autotools
-
 # [ gets a special treatment and is not included in this
 bindir_progs = "basename cksum comm csplit cut dir dircolors dirname du \
 		env expand expr factor fmt fold groups head hostid id install \






More information about the Openembedded-commits mailing list