From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S7FaN-0000xZ-AV for openembedded-core@lists.openembedded.org; Tue, 13 Mar 2012 01:27:31 +0100 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 12 Mar 2012 17:18:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="128117543" Received: from unknown (HELO [10.255.15.137]) ([10.255.15.137]) by fmsmga001.fm.intel.com with ESMTP; 12 Mar 2012 17:18:46 -0700 Message-ID: <4F5E9266.7060403@linux.intel.com> Date: Mon, 12 Mar 2012 17:18:46 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 1/5] Split xcb-util into separate packages. X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 00:27:31 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 03/10/2012 07:49 AM, Marko Katić wrote: > xcb-util was split into separate packages during the 0.3.6 -> 0.3.8 > transition. > Change xcb-util.inc to reflect that. > > > > diff --git a/meta/recipes-graphics/xcb/xcb-util.inc > b/meta/recipes-graphics/xcb/xcb-util.inc > index cd9923d..5e77a22 100644 > --- a/meta/recipes-graphics/xcb/xcb-util.inc > +++ b/meta/recipes-graphics/xcb/xcb-util.inc > @@ -18,20 +18,6 @@ DEPENDS += "gperf-native" > PARALLEL_MAKE = "" > -SRC_URI = "http://xcb.freedesktop.org/dist/xcb-util-${PV}.tar.bz2" > - > -PACKAGES =+ "libxcbatom libxcbaux libxcbevent libxcbicccm \ > - libxcbimage libxcbkeysyms libxcbproperty \ > - libxcbreply libxcbwm" > - > -FILES_libxcbatom = "${libdir}/libXCBAtom.so.*" > -FILES_libxcbaux = "${libdir}/libXCBAux.so.*" > -FILES_libxcbevent = "${libdir}/libXCBEvent.so.*" > -FILES_libxcbicccm = "${libdir}/libXCBICCCM.so.*" > -FILES_libxcbimage = "${libdir}/libXCBImage.so.*" > -FILES_libxcbkeysyms = "${libdir}/libXCBKeysyms.so.*" > -FILES_libxcbproperty = "${libdir}/libXCBProperty.so.*" > -FILES_libxcbreply = "${libdir}/libXCBReply.so.*" > -FILES_libxcbwm = "${libdir}/libXCBWM.so.*" > +SRC_URI = "http://xcb.freedesktop.org/dist/${PN}-${PV}.tar.bz2" > inherit autotools pkgconfig > This should be ${BPN} instead of ${PN}. Also, your email came as HTML and that messed up the git am. Sau! > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core