GLUED: replaced PKG_COMMON with pkg_common.

This commit is contained in:
Ricardo Martins 2014-02-02 09:47:16 +00:00
parent bfb17158e6
commit ae75cb017f
35 changed files with 35 additions and 35 deletions

View File

@ -300,7 +300,7 @@ fi
export PKG="$pkg" export PKG="$pkg"
export pkg_var="$pkg_var" export pkg_var="$pkg_var"
export PKG_COMMON="$cfg_dir_packages/$PKG/common.bash" export pkg_common="$cfg_dir_packages/$PKG/common.bash"
if ! [ -d "$cfg_dir_packages/$PKG" ]; then if ! [ -d "$cfg_dir_packages/$PKG" ]; then
echo "ERROR: package '$PKG' does not exist." echo "ERROR: package '$PKG' does not exist."

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
configure() configure()

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
build() build()
{ {

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
version=\ version=\
( (

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
version=\ version=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
configure_common() configure_common()
{ {

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
# We need to build it once on our host system in order to create the "protoc" file used by the second step. # We need to build it once on our host system in order to create the "protoc" file used by the second step.
configure() configure()

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
configure() configure()
{ {

View File

@ -1,5 +1,5 @@
# Following indication from: http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html # Following indication from: http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
host_install() host_install()
{ {

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
host_install() host_install()
{ {

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
version=\ version=\
( (

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
requires=\ requires=\
( (

View File

@ -1,4 +1,4 @@
source $PKG_COMMON source $pkg_common
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
configure() configure()
{ {

View File

@ -1,4 +1,4 @@
source "$PKG_COMMON" source "$pkg_common"
configure() configure()
{ {