aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-02-23 10:43:58 -0700
committerJohn Rigby <john.rigby@linaro.org>2011-02-23 10:44:12 -0700
commit610946306f0764043bd07aa24a8a250dec5d8dfd (patch)
tree5a2eb23db360333762f321f1c876367832481935
parent0cd21546d649441f8331661b1f194c6ec098fbfc (diff)
Fix u8500 and s5pv310 control files
Replace references to vexpress with correct ones. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--meta-source/debian/control.d/s5pv3104
-rw-r--r--meta-source/debian/control.d/u85004
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-source/debian/control.d/s5pv310 b/meta-source/debian/control.d/s5pv310
index dbfdb3a..eb55a4c 100644
--- a/meta-source/debian/control.d/s5pv310
+++ b/meta-source/debian/control.d/s5pv310
@@ -2,8 +2,8 @@ Package: linux-headers-linaro-s5pv310
Architecture: armel
Section: devel
Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-linaro-vexpress
-Description: Linux kernel headers for the ARM Versatile Express architecture.
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-linaro-s5pv310
+Description: Linux kernel headers for the Samsung s5pv310 architecture.
This package will always depend on the latest kernel headers available
for Samsung s5pv310 based systems.
diff --git a/meta-source/debian/control.d/u8500 b/meta-source/debian/control.d/u8500
index 814e08f..e7135fe 100644
--- a/meta-source/debian/control.d/u8500
+++ b/meta-source/debian/control.d/u8500
@@ -2,8 +2,8 @@ Package: linux-headers-linaro-u8500
Architecture: armel
Section: devel
Priority: optional
-Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-linaro-vexpress
-Description: Linux kernel headers for the ARM Versatile Express architecture.
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-linaro-u8500
+Description: Linux kernel headers for the ST-Ericsson u8500 architecture.
This package will always depend on the latest kernel headers available
for ST-Ericsson u8500 based systems.