diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-04 20:40:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-04 20:52:02 +0000 |
commit | 600fde2acd1b889a4edbb2ac4661cbf562072db6 (patch) | |
tree | 9d5bf583d1fc32c15c86c91c02a10b13924c7a66 | |
parent | ce6199fd9814e0408bea349b5df49c558d17e3e5 (diff) | |
download | poky-600fde2acd1b889a4edbb2ac4661cbf562072db6.tar.gz |
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.
(From OE-Core rev: b7c010e4603c33b1d3e3fcaf99a9375585471ec5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/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 b8229f5789..e8d16df6cf 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 | |||
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=9c0b824e72a22f9d2c40b9c93b1f0ddc" |
15 | 15 | ||
16 | PR = "r0" | 16 | PR = "r1" |
17 | |||
18 | inherit autotools pkgconfig | ||
17 | 19 | ||
18 | EXTRA_OECONF = "--disable-docs" | 20 | EXTRA_OECONF = "--disable-docs" |