diff options
Diffstat (limited to 'recipes/ixp4xx/ixp4xx-npe_2.3.2.bb')
-rw-r--r-- | recipes/ixp4xx/ixp4xx-npe_2.3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ixp4xx/ixp4xx-npe_2.3.2.bb b/recipes/ixp4xx/ixp4xx-npe_2.3.2.bb index a53b9d703b..a4426886f3 100644 --- a/recipes/ixp4xx/ixp4xx-npe_2.3.2.bb +++ b/recipes/ixp4xx/ixp4xx-npe_2.3.2.bb @@ -9,6 +9,7 @@ DEPENDS = "ixp4xx-npe-native" # Make sure you *read* and accept the license - it is not a standard one. SRC_URI = "http://You-Have-To-Download-The-Microcode-Manually-So-Please-Read-ixp4xx-npe_2.3.2.bb-For-Instructions/IPL_ixp400NpeLibrary-2_3_2.zip" +do_unpack[depends] += "unzip-native:do_populate_staging" S = "${WORKDIR}/ixp400_xscale_sw/src/npeDl" COMPATIBLE_MACHINE = "(nslu2|ixp4xx)" |