diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-23 02:35:59 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-11 15:27:32 +0200 |
commit | a52f8db413a9ff5c2370ce62db2e275057e439f0 (patch) | |
tree | b88c1e4536c7226ee6f164f71f4215209af95056 | |
parent | 53dadd8f62f7ef19d11f33b860006cd02248fbc0 (diff) |
libx11: replace virtual/libx11 with virtual-libx11 for runtime #2412
* it doesn't look like this is actually used anywhere
-rw-r--r-- | 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 f2929624e8..6f6eae5205 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" |