python, python3: fix python*-package.mk
authorNicolas Thill <redacted>
Thu, 23 Oct 2014 20:50:54 +0000 (22:50 +0200)
committerNicolas Thill <redacted>
Thu, 23 Oct 2014 20:57:02 +0000 (22:57 +0200)
Replace calls to getvar function recently removed

Signed-off-by: Nicolas Thill <redacted>
lang/python/files/python-package.mk
lang/python3/files/python3-package.mk

index f5ec5cee9ed216ebc5ef0633b2c4e5814241b549..ecf48d1e3efce6453732cb809f95bb6b88d39cc2 100644 (file)
@@ -33,7 +33,7 @@ define PyPackage
 
   define Package/$(1)/install
        find $(PKG_INSTALL_DIR) -name "*\.pyc" -o -name "*\.pyo" | xargs rm -f
-       @$(SH_FUNC) getvar $$(call shvar,PyPackage/$(1)/filespec) | ( \
+       @echo "$$$$$$$$$$(call shvar,PyPackage/$(1)/filespec)" | ( \
                IFS='|'; \
                while read fop fspec fperm; do \
                  if [ "$$$$$$$$fop" = "+" ]; then \
index e2e71d3e0926959b2f3d1e12401caba55b3f4c8c..0c4057c7de230dc493dd57e895090fec36730a28 100644 (file)
@@ -33,7 +33,7 @@ define Py3Package
 
   define Package/$(1)/install
        find $(PKG_INSTALL_DIR) -name "*\.pyc" -o -name "*\.pyo" | xargs rm -f
-       @$(SH_FUNC) getvar $$(call shvar,Py3Package/$(1)/filespec) | ( \
+       @echo "$$$$$$$$$$(call shvar,PyPackage/$(1)/filespec)" | ( \
                IFS='|'; \
                while read fop fspec fperm; do \
                  if [ "$$$$$$$$fop" = "+" ]; then \
git clone https://git.99rst.org/PROJECT