Rename haiku_cross_devel packages.
* haiku_cross_devel is now haiku_cross_devel_sysroot * haiku_cross_devel_wrapper is now haiku_cross_devel
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
name haiku_cross_devel
|
||||
version R1~alpha4_pm-1
|
||||
architecture any
|
||||
summary "The Haiku base system files for cross development"
|
||||
summary "Contains a package with system files for cross development"
|
||||
|
||||
description "The package contains all files associated with the base \
|
||||
system needed for cross development, like static libraries, glue code, \
|
||||
library symlinks, header files, etc."
|
||||
description "This package provides a package that contains all files \
|
||||
associated with the base system needed for cross development, like static \
|
||||
libraries, glue code, library symlinks, header files, etc."
|
||||
|
||||
packager "The Haiku build system"
|
||||
vendor "Haiku Project"
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
#define DO_CONCAT(a, b) a ## b
|
||||
#define CONCAT(a, b) DO_CONCAT(a, b)
|
||||
|
||||
name haiku_cross_devel_sysroot
|
||||
version R1~alpha4_pm-1
|
||||
architecture any
|
||||
summary "The Haiku base system files for cross development"
|
||||
|
||||
description "The package contains all files associated with the base \
|
||||
system needed for cross development, like static libraries, glue code, \
|
||||
library symlinks, header files, etc."
|
||||
|
||||
packager "The Haiku build system"
|
||||
vendor "Haiku Project"
|
||||
|
||||
copyrights "2001-2013 Haiku, Inc. et al"
|
||||
licenses "MIT"
|
||||
|
||||
provides {
|
||||
CONCAT(haiku_cross_devel_sysroot_, HAIKU_PACKAGING_ARCH) = R1~alpha4_pm-1
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
#define DO_CONCAT(a, b) a ## b
|
||||
#define CONCAT(a, b) DO_CONCAT(a, b)
|
||||
|
||||
name haiku_cross_devel_wrapper
|
||||
version R1~alpha4_pm-1
|
||||
architecture any
|
||||
summary "Contains a package with system files for cross development"
|
||||
|
||||
description "This package provides a package that contains all files \
|
||||
associated with the base system needed for cross development, like static \
|
||||
libraries, glue code, library symlinks, header files, etc."
|
||||
|
||||
packager "The Haiku build system"
|
||||
vendor "Haiku Project"
|
||||
|
||||
copyrights "2001-2013 Haiku, Inc. et al"
|
||||
licenses "MIT"
|
||||
|
||||
provides {
|
||||
CONCAT(haiku_cross_devel_wrapper_, HAIKU_PACKAGING_ARCH) = R1~alpha4_pm-1
|
||||
}
|
||||
Reference in New Issue
Block a user