diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-23 19:50:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-23 19:50:38 +0100 |
commit | be4659ebff230c85615ec5585d2b0de9965c6ae6 (patch) | |
tree | 85f2a8aa68dbd8bbad4d89b47da0d6c77351d083 /package/libx264/Makefile | |
parent | 7520a306e9fc2892d9d30c09fd257780694ed5ab (diff) |
avoid variable overriding, ARCH is used in OpenADK, rename to XARCH, hopefully makes release build on hudson happy
Diffstat (limited to 'package/libx264/Makefile')
-rw-r--r-- | package/libx264/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/libx264/Makefile b/package/libx264/Makefile index a38bff5f2..f81577327 100644 --- a/package/libx264/Makefile +++ b/package/libx264/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libx264 # actually is git checkout from 22.01.2014 PKG_VERSION:= 1.0.1 -PKG_RELEASE:= 5 +PKG_RELEASE:= 6 PKG_MD5SUM:= 6be3e8adeaf6b007bbc04026b6ebd304 PKG_DESCR:= H264 encoding library PKG_SECTION:= libs @@ -33,9 +33,6 @@ CONFIGURE_ARGS+= --disable-cli \ --sysroot=${STAGING_TARGET_DIR} \ --cross-prefix=$(TARGET_CROSS) -post-configure: - cd $(WRKBUILD); $(MAKE) depend - libx264-install: $(INSTALL_DIR) $(IDIR_LIBX264)/usr/lib $(CP) $(WRKINST)/usr/lib/libx264*.so* \ |