diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-28 18:18:10 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-28 18:18:10 +0000 |
commit | 456c9090b8bf2c88c6757702af6fe253a005aa17 (patch) | |
tree | 57446092d9fea4f821131bebf4b37798e9568d4b /package/mpg123/mpg123.mk | |
parent | 080026489c01dd1fe8b796f59cee8f2fb9f7182c (diff) |
Remove mpg123 patch from current build, full removal pending
Diffstat (limited to 'package/mpg123/mpg123.mk')
-rw-r--r-- | package/mpg123/mpg123.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpg123/mpg123.mk b/package/mpg123/mpg123.mk index f8c2176ca..2213e86b8 100644 --- a/package/mpg123/mpg123.mk +++ b/package/mpg123/mpg123.mk @@ -23,7 +23,7 @@ $(DL_DIR)/$(MPG123_SOURCE): $(MPG123_DIR)/.unpacked: $(DL_DIR)/$(MPG123_SOURCE) $(MPG123_CAT) $(DL_DIR)/$(MPG123_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - toolchain/patch-kernel.sh $(MPG123_DIR) package/mpg123/ mpg123\*.patch + toolchain/patch-kernel.sh $(MPG123_DIR) package/mpg123/ mpg123-$(MPG123_VERSION)\*.patch $(CONFIG_UPDATE) $(MPG123_DIR)/build touch $@ |