All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dbus: Add missing RDEPENDS of base-files
@ 2014-01-14  9:49 b28495
  2014-01-14  9:49 ` [PATCH 2/3] kmod-native: Only use O_CLOEXEC if it is defined b28495
  2014-01-14  9:49 ` [PATCH 3/3] wayland-native: disable macro checks not used for scanner b28495
  0 siblings, 2 replies; 6+ messages in thread
From: b28495 @ 2014-01-14  9:49 UTC (permalink / raw)
  To: openembedded-core

From: Ting Liu <b28495@freescale.com>

Fix the below issue:
| Computing transaction...error: Can't install
| dbus-1-1.6.18-r0@ppce500v2: no package provides base-files
|

Signed-off-by: Ting Liu <b28495@freescale.com>
---
 meta/recipes-core/dbus/dbus.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 9bdb489..88aca2e 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -6,7 +6,7 @@ LICENSE = "AFL-2 | GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
                     file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c"
 DEPENDS = "expat virtual/libintl"
-RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest-ptest', '', d)} initscripts-functions"
+RDEPENDS_dbus = "${@base_contains('DISTRO_FEATURES', 'ptest', 'dbus-ptest-ptest', '', d)} initscripts-functions base-files"
 RDEPENDS_dbus_class-native = ""
 RDEPENDS_dbus_class-nativesdk = ""
 
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-17 17:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14  9:49 [PATCH 1/3] dbus: Add missing RDEPENDS of base-files b28495
2014-01-14  9:49 ` [PATCH 2/3] kmod-native: Only use O_CLOEXEC if it is defined b28495
2014-01-14 10:17   ` Robert Yang
2014-01-14 10:21     ` Burton, Ross
2014-01-14  9:49 ` [PATCH 3/3] wayland-native: disable macro checks not used for scanner b28495
2014-01-17 17:55   ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.