gypsy: add `bluez4` to `DEPENDS` instead of `bluez-libs`
authorPaul Menzel <paulepanter@users.sourceforge.net>
Fri, 10 Dec 2010 14:17:07 +0000 (15:17 +0100)
committerKhem Raj <raj.khem@gmail.com>
Sat, 11 Dec 2010 08:05:02 +0000 (00:05 -0800)
commita76f6049e770cf192fe2b6a9d2b0e9a06df264a0
tree2de02682996e4a103f4bd6be751a54949dedb448
parenta603817fc5051aa1f29aeea52515e1f01bb13944
gypsy: add `bluez4` to `DEPENDS` instead of `bluez-libs`

Task `configure` when running `bitbake gypsy` failed with the following error.

        checking pkg-config is at least version 0.9.0... yes
        checking for GYPSY... configure: error: Package requirements (glib-2.0 dbus-glib-1 >= 0.60 bluez) were not met:

        No package 'bluez' found

        Consider adjusting the PKG_CONFIG_PATH environment variable if you
        installed software in a non-standard prefix.

        Alternatively, you may set the environment variables GYPSY_CFLAGS
        and GYPSY_LIBS to avoid the need to call pkg-config.
        See the pkg-config man page for more details.

        ERROR: Function do_configure failed

`bluez4` is needed in the `DEPENDS` list instead of `bluez-libs`.

This patch is build tested with the following configurations.

        Build Configuration:
        BB_VERSION        = "1.10.0"
        METADATA_BRANCH   = "org.openembedded.dev"
        METADATA_REVISION = "a3f3bc0"
        TARGET_ARCH       = "arm"
        TARGET_OS         = "linux-uclibceabi"
        MACHINE           = "beagleboard"
        DISTRO            = "minimal-uclibc"
        DISTRO_VERSION    = "dev-snapshot-20101210"
        TARGET_FPU        = "hard"

        Build Configuration:
        BB_VERSION        = "1.10.0"
        METADATA_BRANCH   = "org.openembedded.dev"
        METADATA_REVISION = "a3f3bc0"
        TARGET_ARCH       = "arm"
        TARGET_OS         = "linux-gnueabi"
        MACHINE           = "beagleboard"
        DISTRO            = "minimal"
        DISTRO_VERSION    = "dev-snapshot-20101210"
        TARGET_FPU        = "hard"

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gypsy/gypsy.inc