[oe-commits] Martin Jansa : xkbcomp-native: use xorg-app-common.inc

git version control git at git.openembedded.org
Mon Jun 14 09:15:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 60b6d7c45e4fa555e35e89ae4ef3b1067b705a1e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=60b6d7c45e4fa555e35e89ae4ef3b1067b705a1e

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 14 10:49:55 2010 +0200

xkbcomp-native: use xorg-app-common.inc

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-app/xkbcomp-native_1.0.3.bb |    5 ++---
 recipes/xorg-app/xkbcomp-native_1.0.5.bb |    5 ++---
 recipes/xorg-app/xkbcomp-native_1.1.1.bb |    5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/recipes/xorg-app/xkbcomp-native_1.0.3.bb b/recipes/xorg-app/xkbcomp-native_1.0.3.bb
index bb7c5ac..bee3156 100644
--- a/recipes/xorg-app/xkbcomp-native_1.0.3.bb
+++ b/recipes/xorg-app/xkbcomp-native_1.0.3.bb
@@ -1,14 +1,13 @@
+require xorg-app-common.inc
 DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
 
-SECTION = "x11/applications"
-LICENSE = "MIT-X"
 S="${WORKDIR}/xkbcomp-${PV}"
 
 DEPENDS = "libx11-native libxkbfile-native"
 
 SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
 
-inherit native autotools pkgconfig
+inherit native
 
 SRC_URI[md5sum] = "2fbcae1323c266edf5b6c61751f2e343"
 SRC_URI[sha256sum] = "0635bae5dae3c933ebba997475ae14fa213aee1f2ea8aaff2ca76c50f8aec716"
diff --git a/recipes/xorg-app/xkbcomp-native_1.0.5.bb b/recipes/xorg-app/xkbcomp-native_1.0.5.bb
index 1a5ba15..5997cf2 100644
--- a/recipes/xorg-app/xkbcomp-native_1.0.5.bb
+++ b/recipes/xorg-app/xkbcomp-native_1.0.5.bb
@@ -1,14 +1,13 @@
+require xorg-app-common.inc
 DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
 
-SECTION = "x11/applications"
-LICENSE = "MIT-X"
 S="${WORKDIR}/xkbcomp-${PV}"
 
 DEPENDS = "libx11-native libxkbfile-native"
 
 SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
 
-inherit native autotools pkgconfig
+inherit native
 
 SRC_URI[md5sum] = "6cc96c3e4ed5d9802fe717beac008f19"
 SRC_URI[sha256sum] = "204403e0388e83127212109310037d17f56c3c3fd3c96d7dcaa0df99684f00c1"
diff --git a/recipes/xorg-app/xkbcomp-native_1.1.1.bb b/recipes/xorg-app/xkbcomp-native_1.1.1.bb
index 46928c2..9f929f7 100644
--- a/recipes/xorg-app/xkbcomp-native_1.1.1.bb
+++ b/recipes/xorg-app/xkbcomp-native_1.1.1.bb
@@ -1,14 +1,13 @@
+require xorg-app-common.inc
 DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
 
-SECTION = "x11/applications"
-LICENSE = "MIT-X"
 S="${WORKDIR}/xkbcomp-${PV}"
 
 DEPENDS = "libx11-native libxkbfile-native"
 
 SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
 
-inherit native autotools pkgconfig
+inherit native
 
 SRC_URI[md5sum] = "38c387bacdc01038c8ac280588792bcf"
 SRC_URI[sha256sum] = "9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663"





More information about the Openembedded-commits mailing list