diff options
Diffstat (limited to 'packages/xorg-util')
-rw-r--r-- | packages/xorg-util/gccmakedep_1.0.2.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/imake_1.0.2.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/lndir_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/makedepend-native_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/makedepend_1.0.1.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/util-macros-native_1.1.5.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/util-macros_1.1.5.bb | 2 | ||||
-rw-r--r-- | packages/xorg-util/xorg-cf-files_1.0.2.bb | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/packages/xorg-util/gccmakedep_1.0.2.bb b/packages/xorg-util/gccmakedep_1.0.2.bb index b7c1f80d29..3abfa037a2 100644 --- a/packages/xorg-util/gccmakedep_1.0.2.bb +++ b/packages/xorg-util/gccmakedep_1.0.2.bb @@ -3,5 +3,5 @@ require xorg-util-common.inc DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" RDEPENDS = "gcc" -FILE_PR = "r2" +PR = "r2" PE = "1" diff --git a/packages/xorg-util/imake_1.0.2.bb b/packages/xorg-util/imake_1.0.2.bb index a835887f28..deeb4477a1 100644 --- a/packages/xorg-util/imake_1.0.2.bb +++ b/packages/xorg-util/imake_1.0.2.bb @@ -3,5 +3,5 @@ require xorg-util-common.inc DESCRIPTION = "C preprocessor interface to the make utility" RDEPENDS = "perl xproto" -FILE_PR = "r1" +PR = "r1" PE = "1" diff --git a/packages/xorg-util/lndir_1.0.1.bb b/packages/xorg-util/lndir_1.0.1.bb index 1ef4b2fa96..34309a6487 100644 --- a/packages/xorg-util/lndir_1.0.1.bb +++ b/packages/xorg-util/lndir_1.0.1.bb @@ -1,5 +1,5 @@ require xorg-util-common.inc DESCRIPTION = "create a shadow directory of symbolic links to another directory tree" -FILE_PR = "r1" +PR = "r1" PE = "1" diff --git a/packages/xorg-util/makedepend-native_1.0.1.bb b/packages/xorg-util/makedepend-native_1.0.1.bb index 2c9cad5945..9facfc69fa 100644 --- a/packages/xorg-util/makedepend-native_1.0.1.bb +++ b/packages/xorg-util/makedepend-native_1.0.1.bb @@ -3,7 +3,7 @@ inherit native DESCRIPTION = "create dependencies in makefiles" DEPENDS = "xproto-native util-macros-native" -FILE_PR = "r2" +PR = "r2" PE = "1" XORG_PN = "makedepend" diff --git a/packages/xorg-util/makedepend_1.0.1.bb b/packages/xorg-util/makedepend_1.0.1.bb index edef6a0208..e998bba1b0 100644 --- a/packages/xorg-util/makedepend_1.0.1.bb +++ b/packages/xorg-util/makedepend_1.0.1.bb @@ -2,5 +2,5 @@ require xorg-util-common.inc DESCRIPTION = "create dependencies in makefiles" DEPENDS = "xproto util-macros" -FILE_PR = "r2" +PR = "r2" PE = "1" diff --git a/packages/xorg-util/util-macros-native_1.1.5.bb b/packages/xorg-util/util-macros-native_1.1.5.bb index 21ff91569e..c327f3f54e 100644 --- a/packages/xorg-util/util-macros-native_1.1.5.bb +++ b/packages/xorg-util/util-macros-native_1.1.5.bb @@ -2,7 +2,7 @@ require util-macros_${PV}.bb inherit native -FILE_PR = "r1" +PR = "r1" XORG_PN = "util-macros" diff --git a/packages/xorg-util/util-macros_1.1.5.bb b/packages/xorg-util/util-macros_1.1.5.bb index 65fedf3516..22634bffd2 100644 --- a/packages/xorg-util/util-macros_1.1.5.bb +++ b/packages/xorg-util/util-macros_1.1.5.bb @@ -1,7 +1,7 @@ require xorg-util-common.inc DESCRIPTION = "X autotools macros" -FILE_PR = "r1" +PR = "r1" PE = "1" SRC_URI += "file://unbreak_cross_compile.patch;patch=1" diff --git a/packages/xorg-util/xorg-cf-files_1.0.2.bb b/packages/xorg-util/xorg-cf-files_1.0.2.bb index 0cfcf61a8b..7c3fb8d7e9 100644 --- a/packages/xorg-util/xorg-cf-files_1.0.2.bb +++ b/packages/xorg-util/xorg-cf-files_1.0.2.bb @@ -2,7 +2,7 @@ require xorg-util-common.inc DESCRIPTION = "X Window System CF files" -FILE_PR = "r1" +PR = "r1" PE = "1" FILES_${PN} += " /usr/lib/X11/config" |