changeset 1281:3443a9b9a415

remove $(PKG)_IGNORE entries that are no longer needed
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 04 Oct 2010 15:06:01 +0200
parents fef4b120bc3a
children 750c54791c37
files src/binutils.mk src/gst-plugins-good.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/binutils.mk	Mon Oct 04 14:51:46 2010 +0200
+++ b/src/binutils.mk	Mon Oct 04 15:06:01 2010 +0200
@@ -3,7 +3,7 @@
 
 # GNU Binutils
 PKG             := binutils
-$(PKG)_IGNORE   := 2.20
+$(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 2.20.1
 $(PKG)_CHECKSUM := fd2ba806e6f3a55cee453cb25c86991b26a75dee
 $(PKG)_SUBDIR   := binutils-$($(PKG)_VERSION)
--- a/src/gst-plugins-good.mk	Mon Oct 04 14:51:46 2010 +0200
+++ b/src/gst-plugins-good.mk	Mon Oct 04 15:06:01 2010 +0200
@@ -3,7 +3,7 @@
 
 # gst-plugins-good
 PKG             := gst-plugins-good
-$(PKG)_IGNORE   := 0.10.20
+$(PKG)_IGNORE   :=
 $(PKG)_VERSION  := 0.10.25
 $(PKG)_CHECKSUM := 37339cc8a4e78bce253b9b85c7f25564ef7742f0
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)