]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxkbcommon: make the build do something
authorRoss Burton <ross.burton@intel.com>
Tue, 4 Dec 2012 20:40:59 +0000 (20:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Dec 2012 20:51:36 +0000 (20:51 +0000)
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb

index b8229f5789586a64c99c216f10a90ab57734d022..e8d16df6cf1f69653b045556fe07530fb9bfe49e 100644 (file)
@@ -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"