diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 11:23:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 11:23:29 +0000 |
commit | eef43c9f5571ab000c4fd1d8ca88a3dbdd47f2e2 (patch) | |
tree | 05a0c81223d240697e93e7b70c8cac90376ddfa7 /meta/packages | |
parent | b57a5d53ea6bdb7ce910a990f1ef584d23e6a582 (diff) | |
download | poky-eef43c9f5571ab000c4fd1d8ca88a3dbdd47f2e2.tar.gz |
s#libx11#virtual/libx11#
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@913 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/libmatchbox/libmatchbox.inc | 2 | ||||
-rw-r--r-- | meta/packages/libxsettings-client/libxsettings-client_0.10.bb | 2 | ||||
-rw-r--r-- | meta/packages/lirc/lirc_0.7.1.bb | 2 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.13.5.bb | 2 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.14.5.bb | 2 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.9.1.bb | 2 | ||||
-rw-r--r-- | meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb | 2 | ||||
-rw-r--r-- | meta/packages/startup-notification/startup-notification_0.8.bb | 2 | ||||
-rw-r--r-- | meta/packages/xtscal/xtscal_0.6.3.bb | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/meta/packages/libmatchbox/libmatchbox.inc b/meta/packages/libmatchbox/libmatchbox.inc index b5618315a0..8f9fe6d6a0 100644 --- a/meta/packages/libmatchbox/libmatchbox.inc +++ b/meta/packages/libmatchbox/libmatchbox.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SECTION = "x11/libs" | 1 | SECTION = "x11/libs" |
2 | DESCRIPTION = "Matchbox window manager core library" | 2 | DESCRIPTION = "Matchbox window manager core library" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" | 4 | DEPENDS = "virtual/libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification" |
5 | PR="r3" | 5 | PR="r3" |
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
diff --git a/meta/packages/libxsettings-client/libxsettings-client_0.10.bb b/meta/packages/libxsettings-client/libxsettings-client_0.10.bb index 2fe6029e3c..a5c5201188 100644 --- a/meta/packages/libxsettings-client/libxsettings-client_0.10.bb +++ b/meta/packages/libxsettings-client/libxsettings-client_0.10.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common code for XSETTINGS" | |||
2 | SECTION = "x/libs" | 2 | SECTION = "x/libs" |
3 | LICENSE = "BSD-X" | 3 | LICENSE = "BSD-X" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "libx11 libxt" | 5 | DEPENDS = "virtual/libx11 libxt" |
6 | # libxt is required to stop configure breaking builds by | 6 | # libxt is required to stop configure breaking builds by |
7 | # including system paths to find it if it isn't present. | 7 | # including system paths to find it if it isn't present. |
8 | 8 | ||
diff --git a/meta/packages/lirc/lirc_0.7.1.bb b/meta/packages/lirc/lirc_0.7.1.bb index 76925e3ac2..99c37e0578 100644 --- a/meta/packages/lirc/lirc_0.7.1.bb +++ b/meta/packages/lirc/lirc_0.7.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red si | |||
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "virtual/kernel libx11 libxau libsm libice" | 5 | DEPENDS = "virtual/kernel virtual/libx11 libxau libsm libice" |
6 | PR = "r5" | 6 | PR = "r5" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \ |
diff --git a/meta/packages/pango/pango_1.13.5.bb b/meta/packages/pango/pango_1.13.5.bb index fdd732fc55..90cdf6edc1 100644 --- a/meta/packages/pango/pango_1.13.5.bb +++ b/meta/packages/pango/pango_1.13.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft gtk-doc cairo" | 3 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo" |
4 | DESCRIPTION = "The goal of the Pango project is to provide an \ | 4 | DESCRIPTION = "The goal of the Pango project is to provide an \ |
5 | Open Source framework for the layout and rendering of \ | 5 | Open Source framework for the layout and rendering of \ |
6 | internationalized text." | 6 | internationalized text." |
diff --git a/meta/packages/pango/pango_1.14.5.bb b/meta/packages/pango/pango_1.14.5.bb index 7533cda1f2..b5aa2bacd2 100644 --- a/meta/packages/pango/pango_1.14.5.bb +++ b/meta/packages/pango/pango_1.14.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft gtk-doc cairo" | 3 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo" |
4 | DESCRIPTION = "The goal of the Pango project is to provide an \ | 4 | DESCRIPTION = "The goal of the Pango project is to provide an \ |
5 | Open Source framework for the layout and rendering of \ | 5 | Open Source framework for the layout and rendering of \ |
6 | internationalized text." | 6 | internationalized text." |
diff --git a/meta/packages/pango/pango_1.9.1.bb b/meta/packages/pango/pango_1.9.1.bb index e8a48d5255..42ae6ce7dd 100644 --- a/meta/packages/pango/pango_1.9.1.bb +++ b/meta/packages/pango/pango_1.9.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft gtk-doc" | 3 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc" |
4 | DESCRIPTION = "The goal of the Pango project is to provide an \ | 4 | DESCRIPTION = "The goal of the Pango project is to provide an \ |
5 | Open Source framework for the layout and rendering of \ | 5 | Open Source framework for the layout and rendering of \ |
6 | internationalized text." | 6 | internationalized text." |
diff --git a/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb b/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb index b224bb0c9d..8dcf1776ed 100644 --- a/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb +++ b/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SECTION = "x11/utils" | 1 | SECTION = "x11/utils" |
2 | DEPENDS = "libx11 libxt libxft" | 2 | DEPENDS = "virtual/libx11 libxt libxft" |
3 | DESCRIPTION = "rxvt-unicode is a clone of the well known \ | 3 | DESCRIPTION = "rxvt-unicode is a clone of the well known \ |
4 | terminal emulator rxvt, modified to store text in Unicode \ | 4 | terminal emulator rxvt, modified to store text in Unicode \ |
5 | (either UCS-2 or UCS-4) and to use locale-correct input and \ | 5 | (either UCS-2 or UCS-4) and to use locale-correct input and \ |
diff --git a/meta/packages/startup-notification/startup-notification_0.8.bb b/meta/packages/startup-notification/startup-notification_0.8.bb index 4b94901ec5..cb631104e7 100644 --- a/meta/packages/startup-notification/startup-notification_0.8.bb +++ b/meta/packages/startup-notification/startup-notification_0.8.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Startup notification support" | |||
2 | LICENSE = "LGPL" | 2 | LICENSE = "LGPL" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "libx11" | 5 | DEPENDS = "virtual/libx11" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
diff --git a/meta/packages/xtscal/xtscal_0.6.3.bb b/meta/packages/xtscal/xtscal_0.6.3.bb index d31283310b..443b487065 100644 --- a/meta/packages/xtscal/xtscal_0.6.3.bb +++ b/meta/packages/xtscal/xtscal_0.6.3.bb | |||
@@ -2,7 +2,7 @@ LICENSE = "GPL" | |||
2 | DESCRIPTION = "Touchscreen calibration utility" | 2 | DESCRIPTION = "Touchscreen calibration utility" |
3 | SECTION = "x11/base" | 3 | SECTION = "x11/base" |
4 | 4 | ||
5 | DEPENDS = "libx11 libxft libxrandr xcalibrate" | 5 | DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||