aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-10-01 11:52:06 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-10-02 12:37:54 +0200
commit664d9450011eb82b7e6e6f7dfaca3b0cddd88786 (patch)
treed1d9778918f80011090447dfb8ad97f89a640b40 /recipes/xorg-proto
parent0d79048113d39aee8150d8570ca74ad9cab7b38e (diff)
downloadopenembedded-664d9450011eb82b7e6e6f7dfaca3b0cddd88786.tar.gz
xorg-proto: let native packages depend on util-macros-native
* adding xorg-proto-native.inc * set DEPENDS and inherit native in it * no version bump is needed
Diffstat (limited to 'recipes/xorg-proto')
-rw-r--r--recipes/xorg-proto/bigreqsproto-native_1.0.2.bb3
-rw-r--r--recipes/xorg-proto/fixesproto-native_4.0.bb3
-rw-r--r--recipes/xorg-proto/fontcacheproto-native_0.1.2.bb3
-rw-r--r--recipes/xorg-proto/fontsproto-native_2.0.2.bb3
-rw-r--r--recipes/xorg-proto/inputproto-native_1.4.2.bb3
-rw-r--r--recipes/xorg-proto/inputproto-native_1.5.0.bb3
-rw-r--r--recipes/xorg-proto/kbproto-native_1.0.3.bb3
-rw-r--r--recipes/xorg-proto/renderproto-native_0.9.3.bb3
-rw-r--r--recipes/xorg-proto/xcmiscproto-native_1.1.2.bb3
-rw-r--r--recipes/xorg-proto/xextproto-native_7.0.2.bb3
-rw-r--r--recipes/xorg-proto/xextproto-native_7.0.3.bb3
-rw-r--r--recipes/xorg-proto/xextproto-native_7.0.5.bb5
-rw-r--r--recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb3
-rw-r--r--recipes/xorg-proto/xorg-proto-native.inc2
-rw-r--r--recipes/xorg-proto/xproto-native_7.0.10.bb3
-rw-r--r--recipes/xorg-proto/xproto-native_7.0.11.bb3
-rw-r--r--recipes/xorg-proto/xproto-native_7.0.12.bb3
-rw-r--r--recipes/xorg-proto/xproto-native_7.0.13.bb3
-rw-r--r--recipes/xorg-proto/xproto-native_7.0.15.bb5
19 files changed, 20 insertions, 40 deletions
diff --git a/recipes/xorg-proto/bigreqsproto-native_1.0.2.bb b/recipes/xorg-proto/bigreqsproto-native_1.0.2.bb
index e86417195d..acd4d7c59f 100644
--- a/recipes/xorg-proto/bigreqsproto-native_1.0.2.bb
+++ b/recipes/xorg-proto/bigreqsproto-native_1.0.2.bb
@@ -1,7 +1,6 @@
require bigreqsproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "bigreqsproto"
-
-inherit native
diff --git a/recipes/xorg-proto/fixesproto-native_4.0.bb b/recipes/xorg-proto/fixesproto-native_4.0.bb
index 927e004437..ddc26db0ad 100644
--- a/recipes/xorg-proto/fixesproto-native_4.0.bb
+++ b/recipes/xorg-proto/fixesproto-native_4.0.bb
@@ -1,7 +1,6 @@
require fixesproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "fixesproto"
-
-inherit native
diff --git a/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb b/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb
index f6df67f59e..58c13aa2d2 100644
--- a/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb
+++ b/recipes/xorg-proto/fontcacheproto-native_0.1.2.bb
@@ -1,7 +1,6 @@
require fontcacheproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "fontcacheproto"
-
-inherit native
diff --git a/recipes/xorg-proto/fontsproto-native_2.0.2.bb b/recipes/xorg-proto/fontsproto-native_2.0.2.bb
index 4371a07836..b5722293d8 100644
--- a/recipes/xorg-proto/fontsproto-native_2.0.2.bb
+++ b/recipes/xorg-proto/fontsproto-native_2.0.2.bb
@@ -1,9 +1,8 @@
require fontsproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "fontsproto"
S = "${WORKDIR}/fontsproto-${PV}"
-
-inherit native
diff --git a/recipes/xorg-proto/inputproto-native_1.4.2.bb b/recipes/xorg-proto/inputproto-native_1.4.2.bb
index 11e0dae601..8e4c94e147 100644
--- a/recipes/xorg-proto/inputproto-native_1.4.2.bb
+++ b/recipes/xorg-proto/inputproto-native_1.4.2.bb
@@ -1,7 +1,6 @@
require inputproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "inputproto"
-
-inherit native
diff --git a/recipes/xorg-proto/inputproto-native_1.5.0.bb b/recipes/xorg-proto/inputproto-native_1.5.0.bb
index 11e0dae601..8e4c94e147 100644
--- a/recipes/xorg-proto/inputproto-native_1.5.0.bb
+++ b/recipes/xorg-proto/inputproto-native_1.5.0.bb
@@ -1,7 +1,6 @@
require inputproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "inputproto"
-
-inherit native
diff --git a/recipes/xorg-proto/kbproto-native_1.0.3.bb b/recipes/xorg-proto/kbproto-native_1.0.3.bb
index 68c677c07b..cdb7c0e16d 100644
--- a/recipes/xorg-proto/kbproto-native_1.0.3.bb
+++ b/recipes/xorg-proto/kbproto-native_1.0.3.bb
@@ -1,7 +1,6 @@
require kbproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "kbproto"
-
-inherit native
diff --git a/recipes/xorg-proto/renderproto-native_0.9.3.bb b/recipes/xorg-proto/renderproto-native_0.9.3.bb
index 8d83c99774..879b95fa63 100644
--- a/recipes/xorg-proto/renderproto-native_0.9.3.bb
+++ b/recipes/xorg-proto/renderproto-native_0.9.3.bb
@@ -1,7 +1,6 @@
require renderproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "renderproto"
-
-inherit native
diff --git a/recipes/xorg-proto/xcmiscproto-native_1.1.2.bb b/recipes/xorg-proto/xcmiscproto-native_1.1.2.bb
index 417a2aaf13..3289d19afb 100644
--- a/recipes/xorg-proto/xcmiscproto-native_1.1.2.bb
+++ b/recipes/xorg-proto/xcmiscproto-native_1.1.2.bb
@@ -1,7 +1,6 @@
require xcmiscproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "xcmiscproto"
-
-inherit native
diff --git a/recipes/xorg-proto/xextproto-native_7.0.2.bb b/recipes/xorg-proto/xextproto-native_7.0.2.bb
index ff2bc4ffd3..12a78320f0 100644
--- a/recipes/xorg-proto/xextproto-native_7.0.2.bb
+++ b/recipes/xorg-proto/xextproto-native_7.0.2.bb
@@ -1,7 +1,6 @@
require xextproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "xextproto"
-
-inherit native
diff --git a/recipes/xorg-proto/xextproto-native_7.0.3.bb b/recipes/xorg-proto/xextproto-native_7.0.3.bb
index ff2bc4ffd3..12a78320f0 100644
--- a/recipes/xorg-proto/xextproto-native_7.0.3.bb
+++ b/recipes/xorg-proto/xextproto-native_7.0.3.bb
@@ -1,7 +1,6 @@
require xextproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "xextproto"
-
-inherit native
diff --git a/recipes/xorg-proto/xextproto-native_7.0.5.bb b/recipes/xorg-proto/xextproto-native_7.0.5.bb
index cdf1f09e61..12a78320f0 100644
--- a/recipes/xorg-proto/xextproto-native_7.0.5.bb
+++ b/recipes/xorg-proto/xextproto-native_7.0.5.bb
@@ -1,9 +1,6 @@
require xextproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "xextproto"
-
-inherit native
-
-DEPENDS += "util-macros-native"
diff --git a/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb b/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb
index b0ac594997..3f4618e65c 100644
--- a/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb
+++ b/recipes/xorg-proto/xf86bigfontproto-native_1.1.2.bb
@@ -1,7 +1,6 @@
require xf86bigfontproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "xf86bigfontproto"
-
-inherit native
diff --git a/recipes/xorg-proto/xorg-proto-native.inc b/recipes/xorg-proto/xorg-proto-native.inc
new file mode 100644
index 0000000000..100aca228a
--- /dev/null
+++ b/recipes/xorg-proto/xorg-proto-native.inc
@@ -0,0 +1,2 @@
+inherit native
+DEPENDS = "util-macros-native"
diff --git a/recipes/xorg-proto/xproto-native_7.0.10.bb b/recipes/xorg-proto/xproto-native_7.0.10.bb
index 88ed38e93c..ff8729d53e 100644
--- a/recipes/xorg-proto/xproto-native_7.0.10.bb
+++ b/recipes/xorg-proto/xproto-native_7.0.10.bb
@@ -1,7 +1,6 @@
require xproto_${PV}.bb
+require xorg-proto-native.inc
PR = "r1"
XORG_PN = "xproto"
-
-inherit native
diff --git a/recipes/xorg-proto/xproto-native_7.0.11.bb b/recipes/xorg-proto/xproto-native_7.0.11.bb
index baae28ec32..0e2e5f9c49 100644
--- a/recipes/xorg-proto/xproto-native_7.0.11.bb
+++ b/recipes/xorg-proto/xproto-native_7.0.11.bb
@@ -1,5 +1,4 @@
require xproto_${PV}.bb
+require xorg-proto-native.inc
XORG_PN = "xproto"
-
-inherit native
diff --git a/recipes/xorg-proto/xproto-native_7.0.12.bb b/recipes/xorg-proto/xproto-native_7.0.12.bb
index 5dde8a7d4a..d478f74b5b 100644
--- a/recipes/xorg-proto/xproto-native_7.0.12.bb
+++ b/recipes/xorg-proto/xproto-native_7.0.12.bb
@@ -1,3 +1,2 @@
require xproto_${PV}.bb
-
-inherit native
+require xorg-proto-native.inc
diff --git a/recipes/xorg-proto/xproto-native_7.0.13.bb b/recipes/xorg-proto/xproto-native_7.0.13.bb
index 5dde8a7d4a..d478f74b5b 100644
--- a/recipes/xorg-proto/xproto-native_7.0.13.bb
+++ b/recipes/xorg-proto/xproto-native_7.0.13.bb
@@ -1,3 +1,2 @@
require xproto_${PV}.bb
-
-inherit native
+require xorg-proto-native.inc
diff --git a/recipes/xorg-proto/xproto-native_7.0.15.bb b/recipes/xorg-proto/xproto-native_7.0.15.bb
index baecb29fc8..d478f74b5b 100644
--- a/recipes/xorg-proto/xproto-native_7.0.15.bb
+++ b/recipes/xorg-proto/xproto-native_7.0.15.bb
@@ -1,5 +1,2 @@
require xproto_${PV}.bb
-
-inherit native
-
-DEPENDS += "util-macros-native"
+require xorg-proto-native.inc