[oe-commits] Khem Raj : xserver-kdrive-common.inc: Add $PACKAGES to PROVIDES

git version control git at git.openembedded.org
Tue Nov 23 19:31:14 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 8f99bde80bfbdf7bf93edb75c92c480fc946d576
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8f99bde80bfbdf7bf93edb75c92c480fc946d576

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Nov 22 21:17:55 2010 -0800

xserver-kdrive-common.inc: Add $PACKAGES to PROVIDES

Fixes the issue where opkg complains about missing
Unknown package 'xserver-kdrive-fbdev'.
| Collected errors:
| * opkg_install_cmd: Cannot install package  xserver-kdrive-fbdev.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Tested-by: Graham Gower <graham.gower at gmail.com>

---

 recipes/xorg-xserver/xserver-kdrive-common.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-kdrive-common.inc b/recipes/xorg-xserver/xserver-kdrive-common.inc
index 6272a3a..7ee22b1 100644
--- a/recipes/xorg-xserver/xserver-kdrive-common.inc
+++ b/recipes/xorg-xserver/xserver-kdrive-common.inc
@@ -1,11 +1,12 @@
 LICENSE = "MIT"
 DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto scrnsaverproto xineramaproto videoproto xextproto xproto \
 	libxau libxext libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans xextproto-70-includes"
-INC_PR = "r28"
+INC_PR = "r29"
 
 PKGN ?= "xserver-kdrive"
 
 PROVIDES = "virtual/xserver"
+PROVIDES += "${PACKAGES}"
 PACKAGES =+ "${PKGN}-fbdev \
              ${PKGN}-sdl \
              ${PKGN}-fake \





More information about the Openembedded-commits mailing list