[oe-commits] Rolf Leggewie : libx11: replace virtual/ libx11 with virtual-libx11 for runtime #2412

git version control git at git.openembedded.org
Thu Jun 11 13:45:50 UTC 2009


Module: openembedded.git
Branch: laibsch/wip
Commit: a52f8db413a9ff5c2370ce62db2e275057e439f0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a52f8db413a9ff5c2370ce62db2e275057e439f0

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Sat May 23 02:35:59 2009 +0200

libx11: replace virtual/libx11 with virtual-libx11 for runtime #2412
* it doesn't look like this is actually used anywhere

---

 recipes/xorg-lib/libx11_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-lib/libx11_git.bb b/recipes/xorg-lib/libx11_git.bb
index f292962..6f6eae5 100644
--- a/recipes/xorg-lib/libx11_git.bb
+++ b/recipes/xorg-lib/libx11_git.bb
@@ -5,8 +5,8 @@ SECTION = "x11/libs"
 LICENSE = "XFree86"
 DEPENDS = "libxcb xproto xextproto libxau xtrans libxdmcp xcmiscproto xf86bigfontproto kbproto inputproto bigreqsproto util-macros"
 PROVIDES = "virtual/libx11"
-RPROVIDES = "virtual/libx11"
-PR = "r1"
+RPROVIDES = "virtual-libx11"
+PR = "r2"
 
 FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB"
 FILES_${PN}-locale += "${datadir}/X11/locale"





More information about the Openembedded-commits mailing list