linux-libc-headers: basic unification
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 5 Jan 2007 14:18:30 +0000 (14:18 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 5 Jan 2007 14:18:30 +0000 (14:18 +0000)
packages/linux-libc-headers/linux-libc-headers.inc [new file with mode: 0644]
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

diff --git a/packages/linux-libc-headers/linux-libc-headers.inc b/packages/linux-libc-headers/linux-libc-headers.inc
new file mode 100644 (file)
index 0000000..d9f4d68
--- /dev/null
@@ -0,0 +1,3 @@
+DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
+SECTION = "devel"
+LICENSE = "GPL"
index dadb040..4ef77a0 100644 (file)
@@ -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"
 
index f9d15bc..898bb12 100644 (file)
@@ -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 kernel headers for the C library's use."
 #   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"
index 2e9e7ea..c4125ee 100644 (file)
@@ -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 \
index 6767d7a..3ed1bd2 100644 (file)
@@ -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"
index 1b0296c..9857b4e 100644 (file)
@@ -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 = ""
 
index 025eeb9..4cb1e78 100644 (file)
@@ -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"