diff options
Diffstat (limited to 'packages/bison')
-rw-r--r-- | packages/bison/bison-native_2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bison/bison-native_2.0.bb b/packages/bison/bison-native_2.0.bb index 760295db6d..610c21835c 100644 --- a/packages/bison/bison-native_2.0.bb +++ b/packages/bison/bison-native_2.0.bb @@ -2,7 +2,7 @@ require bison_${PV}.bb SECTION = "devel" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/bison-${PV}" S = "${WORKDIR}/bison-${PV}" -PR = "r2" +FILE_PR = "r2" inherit native autotools |