[oe-commits] Martin Jansa : Fix merge libdrm-glamo to libdrm

git version control git at git.openembedded.org
Tue Oct 13 13:52:00 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: cb9763fbc4755f38c0732710f7998406dacc4840
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cb9763fbc4755f38c0732710f7998406dacc4840

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Tue Oct 13 12:23:49 2009 +0000

Fix merge libdrm-glamo to libdrm

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/dri/libdrm_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/dri/libdrm_git.bb b/recipes/dri/libdrm_git.bb
index c967878..ac63ef7 100644
--- a/recipes/dri/libdrm_git.bb
+++ b/recipes/dri/libdrm_git.bb
@@ -2,7 +2,7 @@ SECTION = "x11/base"
 LICENSE = "MIT"
 SRC_URI = "git://anongit.freedesktop.org/mesa/drm;protocol=git;branch=master"
 #SRC_URI_om-gta02 = "git://git.bitwiz.org.uk/libdrm.git;protocol=git;branch=glamo"
-SRC_URI_om-gta02_append = " file://libdrm-glamo.am.patch;patch=1"
+SRC_URI_append_om-gta02 = " file://libdrm-glamo.am.patch;patch=1"
 
 PROVIDES = "drm"
 DEPENDS = "libpthread-stubs virtual/kernel"
@@ -14,7 +14,7 @@ DEFAULT_PREFERENCE_om-gta02 = "1"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF_om-gta02_append = " --enable-glamo-experimental-api "
+EXTRA_OECONF_append_om-gta02 = " --enable-glamo-experimental-api "
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list