diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-05 14:18:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-05 14:18:30 +0000 |
commit | 820a3d00bc0e799fdb9d7f527fa8b55d4e7cc767 (patch) | |
tree | 2de23919dfc42ea0e9addd421a2216bf8c502feb /packages | |
parent | fc80135c474ac0cff15366721cefea7e44b26932 (diff) |
linux-libc-headers: basic unification
Diffstat (limited to 'packages')
7 files changed, 15 insertions, 19 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers.inc b/packages/linux-libc-headers/linux-libc-headers.inc new file mode 100644 index 0000000000..d9f4d687ee --- /dev/null +++ b/packages/linux-libc-headers/linux-libc-headers.inc @@ -0,0 +1,3 @@ +DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." +SECTION = "devel" +LICENSE = "GPL" diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb index dadb0409cb..4ef77a0453 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb @@ -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" diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb index f9d15bcbc2..898bb120ae 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb @@ -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" diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb index 2e9e7eac82..c4125ee75a 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.18+2.6.19-rc1.bb @@ -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 \ diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb index 6767d7aac9..3ed1bd2ac4 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.18.bb @@ -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" diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb index 1b0296c494..9857b4e11c 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb @@ -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 = "" diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb index 025eeb966d..4cb1e78c1b 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb @@ -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" |