aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 09:54:29 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-27 11:11:22 +0200
commit7c206163d5d34bedb4d839f2c4ca8a6bfed9fad6 (patch)
tree7ac7cd45475dbf3fdd307187ec240b77509c19fa /recipes/xorg-app
parent42a2797903b5b44e3631d6acc4ed446d4a39d0cc (diff)
downloadopenembedded-7c206163d5d34bedb4d839f2c4ca8a6bfed9fad6.tar.gz
xkbcomp: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r--recipes/xorg-app/xkbcomp-native_1.0.3.bb14
-rw-r--r--recipes/xorg-app/xkbcomp-native_1.0.5.bb14
-rw-r--r--recipes/xorg-app/xkbcomp-native_1.1.1.bb14
-rw-r--r--recipes/xorg-app/xkbcomp_1.0.3.bb4
-rw-r--r--recipes/xorg-app/xkbcomp_1.0.4.bb4
-rw-r--r--recipes/xorg-app/xkbcomp_1.0.5.bb4
-rw-r--r--recipes/xorg-app/xkbcomp_1.1.1.bb4
7 files changed, 12 insertions, 46 deletions
diff --git a/recipes/xorg-app/xkbcomp-native_1.0.3.bb b/recipes/xorg-app/xkbcomp-native_1.0.3.bb
deleted file mode 100644
index bee31560e4..0000000000
--- a/recipes/xorg-app/xkbcomp-native_1.0.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require xorg-app-common.inc
-DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
-
-S="${WORKDIR}/xkbcomp-${PV}"
-
-DEPENDS = "libx11-native libxkbfile-native"
-
-SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
-
-inherit native
-
-SRC_URI[md5sum] = "2fbcae1323c266edf5b6c61751f2e343"
-SRC_URI[sha256sum] = "0635bae5dae3c933ebba997475ae14fa213aee1f2ea8aaff2ca76c50f8aec716"
-PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/xkbcomp-native_1.0.5.bb b/recipes/xorg-app/xkbcomp-native_1.0.5.bb
deleted file mode 100644
index 5997cf2457..0000000000
--- a/recipes/xorg-app/xkbcomp-native_1.0.5.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require xorg-app-common.inc
-DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
-
-S="${WORKDIR}/xkbcomp-${PV}"
-
-DEPENDS = "libx11-native libxkbfile-native"
-
-SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
-
-inherit native
-
-SRC_URI[md5sum] = "6cc96c3e4ed5d9802fe717beac008f19"
-SRC_URI[sha256sum] = "204403e0388e83127212109310037d17f56c3c3fd3c96d7dcaa0df99684f00c1"
-PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/xkbcomp-native_1.1.1.bb b/recipes/xorg-app/xkbcomp-native_1.1.1.bb
deleted file mode 100644
index 9f929f78cb..0000000000
--- a/recipes/xorg-app/xkbcomp-native_1.1.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require xorg-app-common.inc
-DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
-
-S="${WORKDIR}/xkbcomp-${PV}"
-
-DEPENDS = "libx11-native libxkbfile-native"
-
-SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
-
-inherit native
-
-SRC_URI[md5sum] = "38c387bacdc01038c8ac280588792bcf"
-SRC_URI[sha256sum] = "9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663"
-PR = "${INC_PR}.0"
diff --git a/recipes/xorg-app/xkbcomp_1.0.3.bb b/recipes/xorg-app/xkbcomp_1.0.3.bb
index 24b0e6f3dd..be166c06e4 100644
--- a/recipes/xorg-app/xkbcomp_1.0.3.bb
+++ b/recipes/xorg-app/xkbcomp_1.0.3.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol d
DEPENDS += " virtual/libx11 libxkbfile"
+BBCLASSEXTEND = "native"
+
SRC_URI[archive.md5sum] = "2fbcae1323c266edf5b6c61751f2e343"
SRC_URI[archive.sha256sum] = "0635bae5dae3c933ebba997475ae14fa213aee1f2ea8aaff2ca76c50f8aec716"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/xkbcomp_1.0.4.bb b/recipes/xorg-app/xkbcomp_1.0.4.bb
index d03605490b..56a4f87b74 100644
--- a/recipes/xorg-app/xkbcomp_1.0.4.bb
+++ b/recipes/xorg-app/xkbcomp_1.0.4.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol d
DEPENDS += " virtual/libx11 libxkbfile"
+BBCLASSEXTEND = "native"
+
SRC_URI[archive.md5sum] = "d5122f1d5a91725a81c843f3bd388244"
SRC_URI[archive.sha256sum] = "fefc574bf639d64348939edf9654306af2bb3c20447be9cff493cb06d87cb672"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/xkbcomp_1.0.5.bb b/recipes/xorg-app/xkbcomp_1.0.5.bb
index 0ff58e3ee9..a247bf38b3 100644
--- a/recipes/xorg-app/xkbcomp_1.0.5.bb
+++ b/recipes/xorg-app/xkbcomp_1.0.5.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol d
DEPENDS += " virtual/libx11 libxkbfile"
+BBCLASSEXTEND = "native"
+
SRC_URI[archive.md5sum] = "6cc96c3e4ed5d9802fe717beac008f19"
SRC_URI[archive.sha256sum] = "204403e0388e83127212109310037d17f56c3c3fd3c96d7dcaa0df99684f00c1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
diff --git a/recipes/xorg-app/xkbcomp_1.1.1.bb b/recipes/xorg-app/xkbcomp_1.1.1.bb
index 6948d08bfc..a7f29a68ca 100644
--- a/recipes/xorg-app/xkbcomp_1.1.1.bb
+++ b/recipes/xorg-app/xkbcomp_1.1.1.bb
@@ -4,6 +4,8 @@ DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol d
DEPENDS += " virtual/libx11 libxkbfile"
+BBCLASSEXTEND = "native"
+
SRC_URI[archive.md5sum] = "38c387bacdc01038c8ac280588792bcf"
SRC_URI[archive.sha256sum] = "9775bcfd43d9ffa41e2865e5b2c933f419bf983d7a529b3103656c76fd82e663"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"