From patchwork Tue Dec 4 20:40:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libxkbcommon: make the build do something Date: Tue, 04 Dec 2012 20:40:59 -0000 From: Ross Burton X-Patchwork-Id: 40357 Message-Id: <1354653659-15812-1-git-send-email-ross.burton@intel.com> To: openembedded-core@lists.openembedded.org In "cleaning up" the package I managed to remove the inherit autotools, so this recipe didn't actually build anything. Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb index b8229f5..e8d16df 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb @@ -13,6 +13,8 @@ SRC_URI[sha256sum] = "74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e7291 LIC_FILES_CHKSUM = "file://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc" -PR = "r0" +PR = "r1" + +inherit autotools pkgconfig EXTRA_OECONF = "--disable-docs"