From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by mail.openembedded.org (Postfix) with ESMTP id 9A26C6079E for ; Wed, 8 Feb 2017 14:08:26 +0000 (UTC) Received: by mail-wm0-f67.google.com with SMTP id r18so33503998wmd.3 for ; Wed, 08 Feb 2017 06:08:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=KrMm4C+euvxPKoHs7UB4sqxDk2fTcfKWnpOwtIRHLzU=; b=JRKQDJqTYZy2gFxOUEz7MMV8CpeIHcz8UalbZs4raNWyc3k+lk2JfhrkdgKTN3z8cb CjBTs8QpqD2Xg+JojqEY5uyk5hwJRgtwWjfBDDcmITjkYo4IUyK05CGalNJZJ1dAnXbm gSxuCmXuhODt9cDPqcnsETOXvmfL1KSENqr0/xBPbT/FasSlfDixdOzS1ujyjOT4MtoO e491TPIUBX9X85/kOq8oSL3XbOfoWPc7tlvwQic+lH8wRviT1BrMSrOrt40LIqO0rw9u OAWqglrr1IJFvfd24DNp46cPd0nmmvjZ+omXu8/gsh0BvG2dXWm84DDehtgg9O3DUlBC ETQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=KrMm4C+euvxPKoHs7UB4sqxDk2fTcfKWnpOwtIRHLzU=; b=sZhGWGQz7VLLNBkgO5oL6yaRU8PAtJm9uqo5Rfi0p/L4VrlzqYbjHMZ6FWOS5Xgk8F CUOUut7ZDrvWeqGfVZQJXixeACrRHRyupsdBIezXGU/RYYdCsVUDszaA9k7jxFjlQ9/e FpCiv6PZvE7UTyQ+x2xdwz8e5db8HHOrJcMnoFKIGOZhzOXUuujZwADrFLDghW/U8NFA ipZGecvkuMioK4MXKDu2LBYbPxlN0FrZZmce44t3VHorHX0dlK3trcQlqmSbUSCivYpe YnyYdG2vDfobClnOJxrS5MEd0bUGE4T0juxHRybJbuYvYYx5MHfFO3c2X/UTmYnQkelE u0Eg== X-Gm-Message-State: AMke39lCtxoFf/xSQETGBaMJNrrJZdahfVWu+d+2BRZkH1sdJEpelTGbYnyaQbGKDpISOg== X-Received: by 10.28.182.70 with SMTP id g67mr18394841wmf.131.1486562906511; Wed, 08 Feb 2017 06:08:26 -0800 (PST) Received: from nb-lx-hgc-001.peiker-cee.de (business-176-094-229-202.static.arcor-ip.net. [176.94.229.202]) by smtp.gmail.com with ESMTPSA id a72sm13143357wrc.48.2017.02.08.06.08.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Feb 2017 06:08:25 -0800 (PST) From: andreas.kling@gmail.com To: openembedded-devel@lists.openembedded.org Date: Wed, 8 Feb 2017 15:07:53 +0100 Message-Id: <20170208140755.12812-2-andreas.kling@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170208140755.12812-1-andreas.kling@gmail.com> References: <20170208140755.12812-1-andreas.kling@gmail.com> Cc: Andy Kling Subject: [meta-gnome][PATCH 1/3] dconf: depends on dbus X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2017 14:08:26 -0000 From: Andy Kling configure of dconf requires dbus | checking for dbus... no | configure: error: Package requirements (dbus-1) were not met: | | No package 'dbus-1' found --- meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb index f38be880f..2830e717b 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb @@ -9,7 +9,7 @@ SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515" SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955" GNOME_COMPRESS_TYPE = "xz" -DEPENDS = "glib-2.0 gtk+3 libxml2 intltool-native" +DEPENDS = "dbus glib-2.0 gtk+3 libxml2 intltool-native" inherit vala gtk-doc distro_features_check -- 2.11.0