From c0b6dd9b41279ff00c5a90e49108945a0fee9cdd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Oct 2008 10:56:42 +0200 Subject: bb files: Revert the introduction of FILE_PR This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. --- packages/gdb/gdb-cross-sdk_6.6.bb | 2 +- packages/gdb/gdb-cross-sdk_6.8.bb | 2 +- packages/gdb/gdb-cross_6.3.bb | 2 +- packages/gdb/gdb-cross_6.4.bb | 2 +- packages/gdb/gdb-cross_6.6.bb | 2 +- packages/gdb/gdb-cross_6.8.bb | 2 +- packages/gdb/gdb_6.3.bb | 2 +- packages/gdb/gdb_6.4.bb | 2 +- packages/gdb/gdb_6.6.bb | 2 +- packages/gdb/gdb_6.8.bb | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'packages/gdb') diff --git a/packages/gdb/gdb-cross-sdk_6.6.bb b/packages/gdb/gdb-cross-sdk_6.6.bb index 7e5f7d20ae..656119cf93 100644 --- a/packages/gdb/gdb-cross-sdk_6.6.bb +++ b/packages/gdb/gdb-cross-sdk_6.6.bb @@ -4,7 +4,7 @@ inherit sdk DEPENDS = "ncurses-sdk" -FILE_PR = "r3" +PR = "r3" SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0" diff --git a/packages/gdb/gdb-cross-sdk_6.8.bb b/packages/gdb/gdb-cross-sdk_6.8.bb index 65e5bda26d..be5c4807d8 100644 --- a/packages/gdb/gdb-cross-sdk_6.8.bb +++ b/packages/gdb/gdb-cross-sdk_6.8.bb @@ -4,7 +4,7 @@ DEPENDS = "ncurses-sdk" inherit sdk -FILE_PR = "r1" +PR = "r1" do_configure_prepend() { for i in $(find ${S} -name "warning*m4") ; do diff --git a/packages/gdb/gdb-cross_6.3.bb b/packages/gdb/gdb-cross_6.3.bb index c05e3b54e7..5b27e09959 100644 --- a/packages/gdb/gdb-cross_6.3.bb +++ b/packages/gdb/gdb-cross_6.3.bb @@ -2,7 +2,7 @@ require gdb-cross.inc inherit cross -FILE_PR = "r3" +PR = "r3" SRC_URI += "file://sim-install-makefile.patch;patch=1 \ file://sim-install-makefile-common.patch;patch=1" diff --git a/packages/gdb/gdb-cross_6.4.bb b/packages/gdb/gdb-cross_6.4.bb index 290e4ceb21..e4946b0fe1 100644 --- a/packages/gdb/gdb-cross_6.4.bb +++ b/packages/gdb/gdb-cross_6.4.bb @@ -2,4 +2,4 @@ require gdb-cross.inc inherit cross -FILE_PR = "r1" \ No newline at end of file +PR = "r1" \ No newline at end of file diff --git a/packages/gdb/gdb-cross_6.6.bb b/packages/gdb/gdb-cross_6.6.bb index f43e47ab83..570dd52859 100644 --- a/packages/gdb/gdb-cross_6.6.bb +++ b/packages/gdb/gdb-cross_6.6.bb @@ -1,7 +1,7 @@ require gdb-cross.inc inherit cross -FILE_PR = "r3" +PR = "r3" SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0" diff --git a/packages/gdb/gdb-cross_6.8.bb b/packages/gdb/gdb-cross_6.8.bb index 251c6fe68e..f63f144d66 100644 --- a/packages/gdb/gdb-cross_6.8.bb +++ b/packages/gdb/gdb-cross_6.8.bb @@ -1,4 +1,4 @@ require gdb-cross.inc inherit cross -FILE_PR = "r2" +PR = "r2" diff --git a/packages/gdb/gdb_6.3.bb b/packages/gdb/gdb_6.3.bb index 05d4565fc9..a558775ff4 100644 --- a/packages/gdb/gdb_6.3.bb +++ b/packages/gdb/gdb_6.3.bb @@ -1,3 +1,3 @@ require gdb.inc -FILE_PR = "r3" +PR = "r3" diff --git a/packages/gdb/gdb_6.4.bb b/packages/gdb/gdb_6.4.bb index 06d012903b..de6bcf34ba 100644 --- a/packages/gdb/gdb_6.4.bb +++ b/packages/gdb/gdb_6.4.bb @@ -1,3 +1,3 @@ require gdb.inc -FILE_PR = "r1" \ No newline at end of file +PR = "r1" \ No newline at end of file diff --git a/packages/gdb/gdb_6.6.bb b/packages/gdb/gdb_6.6.bb index 990429056f..c507a48aa8 100644 --- a/packages/gdb/gdb_6.6.bb +++ b/packages/gdb/gdb_6.6.bb @@ -1,5 +1,5 @@ require gdb.inc -FILE_PR = "r4" +PR = "r4" SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0" diff --git a/packages/gdb/gdb_6.8.bb b/packages/gdb/gdb_6.8.bb index 832c40b97d..5b8f3769bd 100644 --- a/packages/gdb/gdb_6.8.bb +++ b/packages/gdb/gdb_6.8.bb @@ -1,3 +1,3 @@ require gdb.inc -FILE_PR = "r1" +PR = "r1" -- cgit v1.2.3