diff options
| author | André Draszik <andre.draszik@jci.com> | 2019-01-13 10:55:51 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-01-13 10:28:01 -0800 |
| commit | e219649594742a200c1dd5d28e8bf2f5eda2504e (patch) | |
| tree | a83798cb84c1fcbe44cd2035aaaaba840966090b /meta-oe/recipes-devtools/php | |
| parent | 24af1f974cc95c50dfa56ad15b113279c3993c5d (diff) | |
| download | meta-openembedded-e219649594742a200c1dd5d28e8bf2f5eda2504e.tar.gz | |
meta-oe: remove True option to getVar calls (again)
A couple have still been missed in the past despite multiple
attempts at doing so (or simply have re-appeared?).
Search & replace made using the following command:
sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \
-i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \
| cut -d':' -f1 \
| sort -u)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index bfd0ddfb86..ca7bd91b2b 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
| @@ -8,7 +8,7 @@ BBCLASSEXTEND = "native" | |||
| 8 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native" | 8 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native" |
| 9 | DEPENDS_class-native = "zlib-native libxml2-native" | 9 | DEPENDS_class-native = "zlib-native libxml2-native" |
| 10 | 10 | ||
| 11 | PHP_MAJOR_VERSION = "${@d.getVar('PV', True).split('.')[0]}" | 11 | PHP_MAJOR_VERSION = "${@d.getVar('PV').split('.')[0]}" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \ | 13 | SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \ |
| 14 | file://0001-php-don-t-use-broken-wrapper-for-mkdir.patch \ | 14 | file://0001-php-don-t-use-broken-wrapper-for-mkdir.patch \ |
