diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-12 18:00:21 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-11-12 18:00:21 +0000 |
commit | bee5b59fab24754ebf306fc816317b37dd81ffd4 (patch) | |
tree | 584a43cc512e370602034b86c8820dbae648ffa5 /packages | |
parent | 7fba5c2fd4ff880aad277c5828a825fa4d6a3cec (diff) |
dbus*: Typo fix in description.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/dbus/dbus-glib-native_0.74.bb | 2 | ||||
-rw-r--r-- | packages/dbus/dbus-glib_0.74.bb | 2 | ||||
-rw-r--r-- | packages/dbus/dbus-native_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/dbus/dbus-python_0.71.bb | 2 | ||||
-rw-r--r-- | packages/dbus/dbus.inc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/dbus/dbus-glib-native_0.74.bb b/packages/dbus/dbus-glib-native_0.74.bb index d76cc043d4..e37a64cfea 100644 --- a/packages/dbus/dbus-glib-native_0.74.bb +++ b/packages/dbus/dbus-glib-native_0.74.bb @@ -1,7 +1,7 @@ SECTION = "base" PR = "r0" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" -DESCRIPTION = "message bus system for applications to talk to one another" +DESCRIPTION = "Message bus system for applications to talk to one another" LICENSE = "GPL" SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ diff --git a/packages/dbus/dbus-glib_0.74.bb b/packages/dbus/dbus-glib_0.74.bb index 0a34c738c3..3c5512feb6 100644 --- a/packages/dbus/dbus-glib_0.74.bb +++ b/packages/dbus/dbus-glib_0.74.bb @@ -1,7 +1,7 @@ SECTION = "base" PR = "r0" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" -DESCRIPTION = "message bus system for applications to talk to one another" +DESCRIPTION = "Message bus system for applications to talk to one another" LICENSE = "GPL" DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" diff --git a/packages/dbus/dbus-native_1.0.1.bb b/packages/dbus/dbus-native_1.0.1.bb index a897ae5bba..1ad5cf246a 100644 --- a/packages/dbus/dbus-native_1.0.1.bb +++ b/packages/dbus/dbus-native_1.0.1.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "message bus system for applications to talk to one another" +DESCRIPTION = "Message bus system for applications to talk to one another" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "GPL" SECTION = "base" diff --git a/packages/dbus/dbus-python_0.71.bb b/packages/dbus/dbus-python_0.71.bb index a2d9bd70b3..ed586b7f4b 100644 --- a/packages/dbus/dbus-python_0.71.bb +++ b/packages/dbus/dbus-python_0.71.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "message bus system for applications to talk to one another - python bindings" +DESCRIPTION = "Message bus system for applications to talk to one another - python bindings" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "GPL" SECTION = "devel/python" diff --git a/packages/dbus/dbus.inc b/packages/dbus/dbus.inc index 4f38be304d..21316c2d09 100644 --- a/packages/dbus/dbus.inc +++ b/packages/dbus/dbus.inc @@ -1,6 +1,6 @@ SECTION = "base" HOMEPAGE = "http://www.freedesktop.org/Software/dbus" -DESCRIPTION = "message bus system for applications to talk to one another" +DESCRIPTION = "Message bus system for applications to talk to one another" LICENSE = "GPL" DEPENDS = "expat glib-2.0 virtual/libintl" |