diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-15 10:56:42 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-18 18:02:07 +0200 |
commit | c0b6dd9b41279ff00c5a90e49108945a0fee9cdd (patch) | |
tree | cfeff92229e10bf27533dc5309e42213e5bdee8f /packages/dsplink | |
parent | e769c7fbe16294b2c5306edfafa1ec821b7b138c (diff) |
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.
Diffstat (limited to 'packages/dsplink')
-rw-r--r-- | packages/dsplink/codec-engine_2.10.bb | 2 | ||||
-rw-r--r-- | packages/dsplink/dsplink_1.50.bb | 2 | ||||
-rw-r--r-- | packages/dsplink/dsplink_1.51.00.08.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/dsplink/codec-engine_2.10.bb b/packages/dsplink/codec-engine_2.10.bb index cbf27a12c6..098d0054cd 100644 --- a/packages/dsplink/codec-engine_2.10.bb +++ b/packages/dsplink/codec-engine_2.10.bb @@ -5,7 +5,7 @@ RDEPENDS = "update-modules" inherit module -FILE_PR = "r7" +PR = "r7" PV = "2.10" # Get CE tarball from TI website, place in sources and calculate diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb index e4955a9ff7..62a352e43c 100644 --- a/packages/dsplink/dsplink_1.50.bb +++ b/packages/dsplink/dsplink_1.50.bb @@ -1,6 +1,6 @@ require dsplink.inc -FILE_PR = "r10" +PR = "r10" PE = "1" PV = "1.50" diff --git a/packages/dsplink/dsplink_1.51.00.08.bb b/packages/dsplink/dsplink_1.51.00.08.bb index 756ce3e760..b110ab9fb6 100644 --- a/packages/dsplink/dsplink_1.51.00.08.bb +++ b/packages/dsplink/dsplink_1.51.00.08.bb @@ -4,7 +4,7 @@ require dsplink.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_armv7a = "1" -FILE_PR = "r10" +PR = "r10" PE = "1" PV = "1.51" |