From 838a58ab01a9f325430fe6c4cc1dac7c2255a69c Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 30 Mar 2010 14:47:57 +0100 Subject: bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock --- recipes/misc-binary-only/tda1004x-firmware.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/misc-binary-only') diff --git a/recipes/misc-binary-only/tda1004x-firmware.bb b/recipes/misc-binary-only/tda1004x-firmware.bb index 56fa8ee6c2..d862e9eafb 100644 --- a/recipes/misc-binary-only/tda1004x-firmware.bb +++ b/recipes/misc-binary-only/tda1004x-firmware.bb @@ -1,5 +1,5 @@ SECTION = "base" -do_unpack[depends] += "unzip-native:do_populate_staging" +do_unpack[depends] += "unzip-native:do_populate_sysroot" SRC_URI = "http://hauppauge.lightpath.net/de/nova-pci218c.exe" FILES_${PN} = '*' -- cgit 1.2.3-korg