Add missing architectures for packages

The list in packagefs wasn't in sync anyway.
This commit is contained in:
François Revol
2013-09-29 19:48:26 +02:00
parent 75453edc01
commit 624ba5482b
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ enum BPackageArchitecture {
B_PACKAGE_ARCHITECTURE_X86_GCC2 = 2,
B_PACKAGE_ARCHITECTURE_SOURCE = 3,
B_PACKAGE_ARCHITECTURE_X86_64 = 4,
B_PACKAGE_ARCHITECTURE_PPC = 5,
B_PACKAGE_ARCHITECTURE_ARM = 6,
B_PACKAGE_ARCHITECTURE_M68K = 7,
//
B_PACKAGE_ARCHITECTURE_ENUM_COUNT,
};