removed kernel-modules-nls-iso8859-1 from MACHINE_ESSENTIAL_EXTRA_RDEPENDS .. its...
authorghost <andreas.monzner@multimedia-labs.de>
Thu, 17 Feb 2011 17:32:00 +0000 (18:32 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Thu, 17 Feb 2011 17:32:07 +0000 (18:32 +0100)
conf/machine/dm500hd.conf
conf/machine/dm7020hd.conf
conf/machine/dm7025.conf
conf/machine/dm800.conf
conf/machine/dm8000.conf
conf/machine/dm800se.conf
recipes/tasks/task-boot.bb

index 70f1f70..b2d8088 100644 (file)
@@ -14,7 +14,6 @@ COMBINED_FEATURES_append = "${@base_contains('PREFERRED_VERSION_linux-dm500hd',
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS_2.6.18 = "\
        kernel-module-nls-iso8859-15 \
-       kernel-module-nls-iso8859-1 \
        kernel-module-nls-cp850 \
        kernel-module-nls-utf8 \
        v4l-dvb-module-dvb-core \
index 07e6211..8ba5302 100644 (file)
@@ -14,7 +14,6 @@ COMBINED_FEATURES_append = "${@base_contains('PREFERRED_VERSION_linux-dm7020hd',
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS_2.6.18 = "\
        kernel-module-nls-iso8859-15 \
-       kernel-module-nls-iso8859-1 \
        kernel-module-nls-cp850 \
        kernel-module-nls-utf8 \
        v4l-dvb-module-dvb-core \
index dada2dc..0f3d3e8 100644 (file)
@@ -31,7 +31,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\
        ${@base_contains('PREFERRED_VERSION_linux-dm7025', '2.6.12.6', 'unionfs-modules hotplug-ng', 'kernel-module-unionfs \
                kernel-module-ext3 \
                kernel-module-nls-iso8859-15 \
-               kernel-module-nls-iso8859-1 \
                kernel-module-nls-cp437 \
                kernel-module-nls-cp850 \
                kernel-module-nls-utf8', d)} \
index 8336b38..a26d35c 100644 (file)
@@ -13,7 +13,6 @@ COMBINED_FEATURES_append = "${@base_contains('PREFERRED_VERSION_linux-dm800', '2
 #take care when you do changes on MACHINE_ESSENTIAL_EXTRA_RDEPENDS/RRECOMMENDS you have to increment the recipes/tasks/task-boot.bb PR
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS_2.6.18 = "\
-       kernel-module-nls-iso8859-1 \
        kernel-module-nls-iso8859-15 \
        kernel-module-nls-cp850 \
        kernel-module-nls-utf8 \
index 67df82d..b9dd147 100644 (file)
@@ -19,7 +19,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_2.6.18 = "\
        kernel-module-fb \
        kernel-module-snd-pcm \
        kernel-module-snd \
-       kernel-module-nls-iso8859-1 \
        kernel-module-nls-iso8859-15 \
        kernel-module-nls-cp850 \
        kernel-module-nls-utf8 \
index f70ed08..e090dd9 100644 (file)
@@ -14,7 +14,6 @@ COMBINED_FEATURES_append = "${@base_contains('PREFERRED_VERSION_linux-dm800se',
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS_2.6.18 = "\
        kernel-module-nls-iso8859-15 \
-       kernel-module-nls-iso8859-1 \
        kernel-module-nls-cp850 \
        kernel-module-nls-utf8 \
        v4l-dvb-module-dvb-core \
index 44d72f4..8781857 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Basic task to get a device booting"
-PR = "r57"
+PR = "r58"
 
 inherit task