aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-util
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-util')
-rw-r--r--recipes/xorg-util/gccmakedep_1.0.2.bb2
-rw-r--r--recipes/xorg-util/imake_1.0.2.bb2
-rw-r--r--recipes/xorg-util/imake_1.0.3.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-util/gccmakedep_1.0.2.bb b/recipes/xorg-util/gccmakedep_1.0.2.bb
index 1abaec582c..dbfc648931 100644
--- a/recipes/xorg-util/gccmakedep_1.0.2.bb
+++ b/recipes/xorg-util/gccmakedep_1.0.2.bb
@@ -1,7 +1,7 @@
require xorg-util-common.inc
DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
-RDEPENDS = "gcc"
+RDEPENDS_${PN} = "gcc"
PR = "r3"
PE = "1"
diff --git a/recipes/xorg-util/imake_1.0.2.bb b/recipes/xorg-util/imake_1.0.2.bb
index 4d3efd6d33..1e90a9bce6 100644
--- a/recipes/xorg-util/imake_1.0.2.bb
+++ b/recipes/xorg-util/imake_1.0.2.bb
@@ -1,7 +1,7 @@
require xorg-util-common.inc
DESCRIPTION = "C preprocessor interface to the make utility"
-RDEPENDS = "perl xproto"
+RDEPENDS_${PN} = "perl xproto"
PR = "r2"
PE = "1"
diff --git a/recipes/xorg-util/imake_1.0.3.bb b/recipes/xorg-util/imake_1.0.3.bb
index ce51d59ecb..10e4f732d4 100644
--- a/recipes/xorg-util/imake_1.0.3.bb
+++ b/recipes/xorg-util/imake_1.0.3.bb
@@ -1,7 +1,7 @@
require xorg-util-common.inc
DESCRIPTION = "C preprocessor interface to the make utility"
-RDEPENDS = "perl xproto"
+RDEPENDS_${PN} = "perl xproto"
PR = "r2"
PE = "1"