[oe-commits] org.oe.dev linux-libc-headers: basic unification

Laibsch commit openembedded-commits at lists.openembedded.org
Fri Jan 5 14:56:24 UTC 2007


linux-libc-headers: basic unification

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 09fce21ef9143343e04d95aa6ad19ddae5e6bc08
ViewMTN: http://monotone.openembedded.org/revision.psp?id=09fce21ef9143343e04d95aa6ad19ddae5e6bc08
Files:
1
packages/linux-libc-headers/linux-libc-headers.inc
packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb
packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb
packages/linux-libc-headers/linux-libc-headers_2.6.18.bb
packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb
packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb
Diffs:

#
# mt diff -r01a972a4a4b052553563e6fcd8fd4451494370e6 -r09fce21ef9143343e04d95aa6ad19ddae5e6bc08
#
# 
# 
# add_file "packages/linux-libc-headers/linux-libc-headers.inc"
#  content [8d23279cdfe7a7a9d3b20655625b2c6424e25069]
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb"
#  from [10524d2ca12643afd90612c5d920d4b246556bf4]
#    to [28fd0f60c97c28c7a92bcda3901112d816fb0079]
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb"
#  from [3127397492bc6f4a8ce4bad51ab52e2afd3691e3]
#    to [f640ff6e9ea5b22c43ad721d47177c5f7beef56e]
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb"
#  from [7b698aca327a34eba6ef1f06b3ed1178ff4e2a9f]
#    to [f3cd47de4a97cf3b9ba053ec3847f229eedc32e6]
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.18.bb"
#  from [037dd011e97011fedc216fdceaba007201fa19dd]
#    to [51c18e3331de4142992bd7cfd76aeec17fae588b]
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb"
#  from [59829f1c29fcda90188c34476eeaee9fe08a281a]
#    to [2c5fc921042fa8a023c1783a327bd9ed456b6c0b]
# 
# patch "packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb"
#  from [c48eeece89253dffe1c06afaf002adf7457c9cc4]
#    to [727a7e7b9fda90e0a41de8ba45f5052538b8d398]
# 
============================================================
--- packages/linux-libc-headers/linux-libc-headers.inc	8d23279cdfe7a7a9d3b20655625b2c6424e25069
+++ packages/linux-libc-headers/linux-libc-headers.inc	8d23279cdfe7a7a9d3b20655625b2c6424e25069
@@ -0,0 +1,3 @@
+DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
+SECTION = "devel"
+LICENSE = "GPL"
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb	10524d2ca12643afd90612c5d920d4b246556bf4
+++ packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb	28fd0f60c97c28c7a92bcda3901112d816fb0079
@@ -1,12 +1,11 @@
-SECTION = "devel"
-DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
+require linux-libc-headers.inc
+
 HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
 # license note from the package:
 #   Linux-libc-headers are derived from linux kernel headers. For license of a
 #   particular header, check it's content, and if copyright notice isn't present,
 #   standard linux kernel license applies.
 # since we assume GPL for linux i think we can also assume it here
-LICENSE = "GPL"
 INHIBIT_DEFAULT_DEPS = "1"
 PR = "r2"
 
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb	3127397492bc6f4a8ce4bad51ab52e2afd3691e3
+++ packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb	f640ff6e9ea5b22c43ad721d47177c5f7beef56e
@@ -1,5 +1,5 @@
-SECTION = "devel"
-DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
+require linux-libc-headers.inc
+
 # This package is derived from the original linux-libc-headers at
 #   http://ep09.pld-linux.org/~mmazur/linux-libc-headers/
 # More specifically, llh-2.6.12.0 was patched up to 2.6.16-rc6 with
@@ -11,7 +11,6 @@ DESCRIPTION = "Sanitized set of 2.6 kern
 #   particular header, check it's content, and if copyright notice isn't present,
 #   standard linux kernel license applies.
 # since we assume GPL for linux i think we can also assume it here
-LICENSE = "GPL"
 DEFAULT_PREFERENCE = "-1"
 INHIBIT_DEFAULT_DEPS = "1"
 PR = "r4"
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb	7b698aca327a34eba6ef1f06b3ed1178ff4e2a9f
+++ packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb	f3cd47de4a97cf3b9ba053ec3847f229eedc32e6
@@ -1,9 +1,7 @@
-DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
-SECTION = "devel"
-LICENSE = "GPL"
+require linux-libc-headers.inc
+
 DEFAULT_PREFERENCE = "-1"
 INHIBIT_DEFAULT_DEPS = "1"
-PR = "r0"
 
 SRC_URI = " \
 	${KERNELORG_MIRROR}/pub/linux/kernel/people/dwmw2/kernel-headers/snapshot/linux-kernel-headers-2.6.19-rc1.tar.bz2 \
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.18.bb	037dd011e97011fedc216fdceaba007201fa19dd
+++ packages/linux-libc-headers/linux-libc-headers_2.6.18.bb	51c18e3331de4142992bd7cfd76aeec17fae588b
@@ -1,6 +1,5 @@
-DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
-SECTION = "devel"
-LICENSE = "GPL"
+require linux-libs-headers.inc
+
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "unifdef-native"
 PR = "r1"
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb	59829f1c29fcda90188c34476eeaee9fe08a281a
+++ packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb	2c5fc921042fa8a023c1783a327bd9ed456b6c0b
@@ -1,8 +1,7 @@
-SECTION = "devel"
-DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
+require linux-libs-headers.inc
+
 INHIBIT_DEFAULT_DEPS = "1"
 PR = "r3"
-LICENSE = "GPL"
 # NOTE: no need to package these headers, since the c library includes them.
 PACKAGES = ""
 
============================================================
--- packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb	c48eeece89253dffe1c06afaf002adf7457c9cc4
+++ packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb	727a7e7b9fda90e0a41de8ba45f5052538b8d398
@@ -1,12 +1,11 @@
-SECTION = "devel"
-DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
+require linux-libs-headers.inc
+
 HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
 # license note from the package:
 #   Linux-libc-headers are derived from linux kernel headers. For license of a
 #   particular header, check it's content, and if copyright notice isn't present,
 #   standard linux kernel license applies.
 # since we assume GPL for linux i think we can also assume it here
-LICENSE = "GPL"
 INHIBIT_DEFAULT_DEPS = "1"
 PR = "r7"
 






More information about the Openembedded-commits mailing list