diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-31 12:14:01 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-31 12:14:01 +0000 |
commit | e5228389378de2f9973d14c2f1ed230a62bcc9d5 (patch) | |
tree | b3e420b8f1dbde26ab648e272901be4165d12d99 /packages/gcc | |
parent | fc3a9d51f1e3a9eb5d4467a4ecf1551738c55af4 (diff) |
gcc-native 3.4.4: Rename PROVIDES gcc-native3 to gcc3-native.
* Consistent with how other versioned native packages called. As discussed
on ML.
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-native_3.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-native_3.4.4.bb b/packages/gcc/gcc-native_3.4.4.bb index eb1fb5716e..d70a4f5464 100644 --- a/packages/gcc/gcc-native_3.4.4.bb +++ b/packages/gcc/gcc-native_3.4.4.bb @@ -1,3 +1,3 @@ require gcc_${PV}.bb require gcc-native.inc -PROVIDES += "gcc-native3"
\ No newline at end of file +PROVIDES += "gcc3-native" |