gcc-native 3.4.4: Rename PROVIDES gcc-native3 to gcc3-native.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 31 Jan 2008 12:14:01 +0000 (12:14 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 31 Jan 2008 12:14:01 +0000 (12:14 +0000)
* Consistent with how other versioned native packages called. As discussed
on ML.

packages/gcc/gcc-native_3.4.4.bb
packages/qemu/qemu-native.inc

index eb1fb57..d70a4f5 100644 (file)
@@ -1,3 +1,3 @@
 require gcc_${PV}.bb
 require gcc-native.inc
-PROVIDES += "gcc-native3"
\ No newline at end of file
+PROVIDES += "gcc3-native"
index c05dc41..3e6433c 100644 (file)
@@ -1,6 +1,6 @@
 inherit native
 
-DEPENDS = "libsdl-native zlib-native gcc-native3"
+DEPENDS = "libsdl-native zlib-native gcc3-native"
 
 require qemu-gcc3-check.inc