From: Andrea Adami Date: Tue, 30 Mar 2010 22:33:03 +0000 (+0200) Subject: xextproto-70-includes: fix BPN (Base Package Name) to fetch the sources X-Git-Tag: Release-2010-05/1~152^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3400d0649c6c9728afb70b77149dc50df10d47bc;p=openembedded.git xextproto-70-includes: fix BPN (Base Package Name) to fetch the sources * BPN was xextproto-70-includes, PN 7.0.5 --- diff --git a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb index 0a0f9808ef..9bf577370c 100644 --- a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb +++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb @@ -1,7 +1,9 @@ # Build of xserver-kdrive is not possible with xextproto >= 7.1. # This package allows to install old 7.0 includes in parallel. FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto-7.0:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" -PR_append = ".0" +PR_append = ".1" + +BPN = "xextproto" require xextproto_7.0.5.bb