From d5345f88b5ffdca098e0281f42f51e42ef43e79d Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Tue, 8 Sep 2009 19:44:14 +0000 Subject: more files: Fixed unpack dependencies on unzip-native, see: * http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html * http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html --- recipes/faad2/faad2_2.0.bb | 2 +- recipes/freedoom/freedoom_0.3.bb | 1 + recipes/freedoom/freedoom_0.6.2.bb | 1 + recipes/ixp4xx/ixp4xx-npe-native_2.1.bb | 1 + recipes/ixp4xx/ixp4xx-npe-native_2.3.2.bb | 1 + recipes/ixp4xx/ixp4xx-npe-native_2.4.bb | 1 + recipes/ixp4xx/ixp4xx-npe_2.1.bb | 1 + recipes/ixp4xx/ixp4xx-npe_2.3.2.bb | 1 + recipes/ixp4xx/ixp4xx-npe_2.4.bb | 1 + recipes/jpeg/jasper_1.900.1.bb | 3 +-- recipes/juce/juce_1.29.bb | 2 +- recipes/klimt/klimt_0.6.1.bb | 1 + recipes/librcf/librcf_0.4.bb | 1 + recipes/linux/compulab-pxa270_2.6.16.bb | 1 + recipes/miglayout/miglayout_3.0.3.bb | 3 ++- recipes/misc-binary-only/tda1004x-firmware.bb | 2 +- recipes/ogre/freeimage_3.11.0.bb | 1 + recipes/orinoco/spectrum-fw.bb | 2 +- 18 files changed, 19 insertions(+), 7 deletions(-) diff --git a/recipes/faad2/faad2_2.0.bb b/recipes/faad2/faad2_2.0.bb index 90255b3fd8..1db939ce22 100644 --- a/recipes/faad2/faad2_2.0.bb +++ b/recipes/faad2/faad2_2.0.bb @@ -1,9 +1,9 @@ - DESCRIPTION = "Library for reading some sort of media format." SECTION = "libs" LICENSE = "LGPL" PRIORITY = "optional" DEPENDS = "" +do_unpack[depends] += "unzip-native:do_populate_staging" PR ="r2" inherit autotools diff --git a/recipes/freedoom/freedoom_0.3.bb b/recipes/freedoom/freedoom_0.3.bb index daef13fc8a..f44bde1bf3 100644 --- a/recipes/freedoom/freedoom_0.3.bb +++ b/recipes/freedoom/freedoom_0.3.bb @@ -5,6 +5,7 @@ DESCRIPTION = "The Freedoom project aims at collaboratively creating a Free IWAD HOMEPAGE = "http://freedoom.sourceforge.net/" PRIORITY = "optional" LICENSE = "GPL" +do_unpack[depends] += "unzip-native:do_populate_staging" SRC_URI = "http://ovh.dl.sourceforge.net/sourceforge/freedoom/freedoom-iwad-0.3.zip" diff --git a/recipes/freedoom/freedoom_0.6.2.bb b/recipes/freedoom/freedoom_0.6.2.bb index 0a3be04410..26792de2b1 100644 --- a/recipes/freedoom/freedoom_0.6.2.bb +++ b/recipes/freedoom/freedoom_0.6.2.bb @@ -5,6 +5,7 @@ DESCRIPTION = "The Freedoom project aims at collaboratively creating a Free IWAD HOMEPAGE = "http://freedoom.sourceforge.net/" PRIORITY = "optional" LICENSE = "GPL" +do_unpack[depends] += "unzip-native:do_populate_staging" SRC_URI = "${SOURCEFORGE_MIRROR}/freedoom/freedoom-iwad-${PV}.zip" diff --git a/recipes/ixp4xx/ixp4xx-npe-native_2.1.bb b/recipes/ixp4xx/ixp4xx-npe-native_2.1.bb index 4f1d9383a5..1510a750a9 100644 --- a/recipes/ixp4xx/ixp4xx-npe-native_2.1.bb +++ b/recipes/ixp4xx/ixp4xx-npe-native_2.1.bb @@ -4,6 +4,7 @@ PR = "r3" SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_1.zip" SRC_URI += "file://IxNpeMicrocode.h" +do_unpack[depends] += "unzip-native:do_populate_staging" inherit native S = "${WORKDIR}/ixp400_xscale_sw/src/npeDl" diff --git a/recipes/ixp4xx/ixp4xx-npe-native_2.3.2.bb b/recipes/ixp4xx/ixp4xx-npe-native_2.3.2.bb index 9db83352c4..710716392d 100644 --- a/recipes/ixp4xx/ixp4xx-npe-native_2.3.2.bb +++ b/recipes/ixp4xx/ixp4xx-npe-native_2.3.2.bb @@ -4,6 +4,7 @@ PR = "r1" 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" SRC_URI += "file://IxNpeMicrocode.h" +do_unpack[depends] += "unzip-native:do_populate_staging" inherit native S = "${WORKDIR}/ixp400_xscale_sw/src/npeDl" diff --git a/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb b/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb index 2b3da60b5d..00a5d872c5 100644 --- a/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb +++ b/recipes/ixp4xx/ixp4xx-npe-native_2.4.bb @@ -4,6 +4,7 @@ PR = "r0" SRC_URI = "http://You-Have-To-Download-The-Microcode-Manually-So-Please-Read-ixp4xx-npe_2.4.bb-For-Instructions/IPL_ixp400NpeLibrary-2_4.zip" SRC_URI += "file://IxNpeMicrocode.h" +do_unpack[depends] += "unzip-native:do_populate_staging" inherit native S = "${WORKDIR}/ixp400_xscale_sw/src/npeDl" diff --git a/recipes/ixp4xx/ixp4xx-npe_2.1.bb b/recipes/ixp4xx/ixp4xx-npe_2.1.bb index 7fdc3abf63..7eb3a3dbe0 100644 --- a/recipes/ixp4xx/ixp4xx-npe_2.1.bb +++ b/recipes/ixp4xx/ixp4xx-npe_2.1.bb @@ -4,6 +4,7 @@ PR = "r6" DEPENDS = "ixp4xx-npe-native" SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_1.zip" +do_unpack[depends] += "unzip-native:do_populate_staging" S = "${WORKDIR}/ixp400_xscale_sw/src/npeDl" COMPATIBLE_MACHINE = "(nslu2|ixp4xx)" 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)" diff --git a/recipes/ixp4xx/ixp4xx-npe_2.4.bb b/recipes/ixp4xx/ixp4xx-npe_2.4.bb index 4d8d80f92e..b3e918b32a 100644 --- a/recipes/ixp4xx/ixp4xx-npe_2.4.bb +++ b/recipes/ixp4xx/ixp4xx-npe_2.4.bb @@ -11,6 +11,7 @@ DEPENDS = "ixp4xx-npe-native" SRC_URI = "http://You-Have-To-Download-The-Microcode-Manually-So-Please-Read-ixp4xx-npe_2.4.bb-For-Instructions/IPL_ixp400NpeLibrary-2_4.zip \ file://Intel" +do_unpack[depends] += "unzip-native:do_populate_staging" S = "${WORKDIR}/ixp400_xscale_sw/src/npeDl" COMPATIBLE_MACHINE = "(nslu2|ixp4xx|kixrp435)" diff --git a/recipes/jpeg/jasper_1.900.1.bb b/recipes/jpeg/jasper_1.900.1.bb index 9f1f5eeebc..aee948db87 100644 --- a/recipes/jpeg/jasper_1.900.1.bb +++ b/recipes/jpeg/jasper_1.900.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Jpeg 2000 implementation" LICENSE = "MIT" -DEPENDS = "unzip-native" +do_unpack[depends] += "unzip-native:do_populate_staging" SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip" @@ -12,4 +12,3 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1" do_stage() { autotools_stage_all } - diff --git a/recipes/juce/juce_1.29.bb b/recipes/juce/juce_1.29.bb index 6aca160262..a007313005 100644 --- a/recipes/juce/juce_1.29.bb +++ b/recipes/juce/juce_1.29.bb @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.rawmaterialsoftware.com/juce" AUTHOR = "Julian Stoerer" LICENSE = "GPL" DEPENDS = "alsa-lib freetype virtual/libx11" +do_unpack[depends] += "unzip-native:do_populate_staging" PR = "r0" #FIXME the patches are a) HACKS and b) something's wrong with lineend conversion @@ -30,4 +31,3 @@ do_install() { PACKAGES = "${PN}-dbg jucedemo ${PN}" FILES_jucedemo = "${bindir}" - diff --git a/recipes/klimt/klimt_0.6.1.bb b/recipes/klimt/klimt_0.6.1.bb index 4e516fc90d..a2eccb67b2 100644 --- a/recipes/klimt/klimt_0.6.1.bb +++ b/recipes/klimt/klimt_0.6.1.bb @@ -5,6 +5,7 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/klimt/klimt-src-${PV}.zip" +do_unpack[depends] += "unzip-native:do_populate_staging" S = "${WORKDIR}/klimt/build/LinuxQTE" EXTRA_QMAKEVARS_POST += " QMAKE_CXXFLAGS+=-fpermissive" diff --git a/recipes/librcf/librcf_0.4.bb b/recipes/librcf/librcf_0.4.bb index 6b0612c86b..6e444c0af0 100644 --- a/recipes/librcf/librcf_0.4.bb +++ b/recipes/librcf/librcf_0.4.bb @@ -3,6 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "unknown" DEPENDS="zlib openssl boost-asio" +do_unpack[depends] += "unzip-native:do_populate_staging" # the SOURCE_URI requires authentication via web browser and cookie (gasp) # all we can do right now is download the file and save it under sources/ diff --git a/recipes/linux/compulab-pxa270_2.6.16.bb b/recipes/linux/compulab-pxa270_2.6.16.bb index fe72df8213..6dc92f69b6 100644 --- a/recipes/linux/compulab-pxa270_2.6.16.bb +++ b/recipes/linux/compulab-pxa270_2.6.16.bb @@ -2,6 +2,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Compulab PXA270 system" LICENSE = "GPL" PR = "r6" +do_unpack[depends] += "unzip-native:do_populate_staging" # Note, the compulab package contains a binary NAND driver that is not # EABI compatible diff --git a/recipes/miglayout/miglayout_3.0.3.bb b/recipes/miglayout/miglayout_3.0.3.bb index 2450a7e01f..44fce0c845 100644 --- a/recipes/miglayout/miglayout_3.0.3.bb +++ b/recipes/miglayout/miglayout_3.0.3.bb @@ -10,7 +10,8 @@ S = "${WORKDIR}" inherit java-library -DEPENDS = "unzip-native fastjar-native classpath swt3.4-gtk" +DEPENDS = "fastjar-native classpath swt3.4-gtk" +do_unpack[depends] += "unzip-native:do_populate_staging" do_unpackpost() { find -name "*.jar" -exec rm {} \; diff --git a/recipes/misc-binary-only/tda1004x-firmware.bb b/recipes/misc-binary-only/tda1004x-firmware.bb index 1e4d68532f..1d3b467a75 100644 --- a/recipes/misc-binary-only/tda1004x-firmware.bb +++ b/recipes/misc-binary-only/tda1004x-firmware.bb @@ -1,5 +1,5 @@ SECTION = "base" -DEPENDS = "unzip-native" +do_unpack[depends] += "unzip-native:do_populate_staging" SRC_URI = "http://hauppauge.lightpath.net/de/nova-pci218c.exe" FILES_${PN} = '*' diff --git a/recipes/ogre/freeimage_3.11.0.bb b/recipes/ogre/freeimage_3.11.0.bb index 8281aaf371..2d7f4f0688 100644 --- a/recipes/ogre/freeimage_3.11.0.bb +++ b/recipes/ogre/freeimage_3.11.0.bb @@ -1,4 +1,5 @@ LICENSE = "MIT" +do_unpack[depends] += "unzip-native:do_populate_staging" SRC_URI = "${SOURCEFORGE_MIRROR}/freeimage/FreeImage3110.zip" diff --git a/recipes/orinoco/spectrum-fw.bb b/recipes/orinoco/spectrum-fw.bb index f2e11eea74..cedb0e35fe 100644 --- a/recipes/orinoco/spectrum-fw.bb +++ b/recipes/orinoco/spectrum-fw.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Firmware for Spectrum Wireless LAN cards" -DEPENDS += " unzip-native " +do_unpack[depends] += "unzip-native:do_populate_staging" LICENSE = "unknown" PR = "r1" -- cgit 1.2.3-korg