[oe-commits] Ross Burton : libxkbcommon: make the build do something

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 20:54:33 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: b7c010e4603c33b1d3e3fcaf99a9375585471ec5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b7c010e4603c33b1d3e3fcaf99a9375585471ec5

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Dec  4 20:40:59 2012 +0000

libxkbcommon: make the build do something

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xorg-lib/libxkbcommon_0.2.0.bb                 |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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"





More information about the Openembedded-commits mailing list