summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-23 15:27:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-23 15:27:15 +0000
commitc71479f8fdd6cbf443aed87655ceb725ab1b15b2 (patch)
tree3d8c937f055066885001b68a9b8a1071778605cd /package
parentd8dcacdab1e3c661569c83b875c91816c1359b20 (diff)
downloadbuildroot-novena-c71479f8fdd6cbf443aed87655ceb725ab1b15b2.tar.gz
buildroot-novena-c71479f8fdd6cbf443aed87655ceb725ab1b15b2.zip
qtopia4: use .patch.$ARCH naming convention
Diffstat (limited to 'package')
-rw-r--r--package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch.avr32 (renamed from package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch)0
-rw-r--r--package/qtopia4/qtopia-4.2.2-add-avr32-qatomic-header-to-header-list.patch.avr32 (renamed from package/qtopia4/qtopia-4.2.2-add-avr32-qatomic-header-to-header-list.patch)0
-rw-r--r--package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch.avr32 (renamed from package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch)0
-rw-r--r--package/qtopia4/qtopia-4.3.1-add-avr32-qatomic-header-to-header-list.patch.avr32 (renamed from package/qtopia4/qtopia-4.3.1-add-avr32-qatomic-header-to-header-list.patch)0
-rw-r--r--package/qtopia4/qtopia-4.3.2-add-avr32-arch.patch.avr32 (renamed from package/qtopia4/qtopia-4.3.2-add-avr32-arch.patch)0
-rw-r--r--package/qtopia4/qtopia4.mk3
6 files changed, 2 insertions, 1 deletions
diff --git a/package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch b/package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch.avr32
index 3dcebb7c7..3dcebb7c7 100644
--- a/package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch
+++ b/package/qtopia4/qtopia-4.2.2-add-avr32-arch.patch.avr32
diff --git a/package/qtopia4/qtopia-4.2.2-add-avr32-qatomic-header-to-header-list.patch b/package/qtopia4/qtopia-4.2.2-add-avr32-qatomic-header-to-header-list.patch.avr32
index e8ee23909..e8ee23909 100644
--- a/package/qtopia4/qtopia-4.2.2-add-avr32-qatomic-header-to-header-list.patch
+++ b/package/qtopia4/qtopia-4.2.2-add-avr32-qatomic-header-to-header-list.patch.avr32
diff --git a/package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch b/package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch.avr32
index a885a4f03..a885a4f03 100644
--- a/package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch
+++ b/package/qtopia4/qtopia-4.3.1-add-avr32-arch.patch.avr32
diff --git a/package/qtopia4/qtopia-4.3.1-add-avr32-qatomic-header-to-header-list.patch b/package/qtopia4/qtopia-4.3.1-add-avr32-qatomic-header-to-header-list.patch.avr32
index 235792af8..235792af8 100644
--- a/package/qtopia4/qtopia-4.3.1-add-avr32-qatomic-header-to-header-list.patch
+++ b/package/qtopia4/qtopia-4.3.1-add-avr32-qatomic-header-to-header-list.patch.avr32
diff --git a/package/qtopia4/qtopia-4.3.2-add-avr32-arch.patch b/package/qtopia4/qtopia-4.3.2-add-avr32-arch.patch.avr32
index a885a4f03..a885a4f03 100644
--- a/package/qtopia4/qtopia-4.3.2-add-avr32-arch.patch
+++ b/package/qtopia4/qtopia-4.3.2-add-avr32-arch.patch.avr32
diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk
index 9639c1b47..a66b8925b 100644
--- a/package/qtopia4/qtopia4.mk
+++ b/package/qtopia4/qtopia4.mk
@@ -188,7 +188,8 @@ qtopia4-source: $(DL_DIR)/$(QTOPIA4_SOURCE)
$(QTOPIA4_TARGET_DIR)/.unpacked: $(DL_DIR)/$(QTOPIA4_SOURCE)
$(QTOPIA4_CAT) $(DL_DIR)/$(QTOPIA4_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(QTOPIA4_TARGET_DIR) package/qtopia4/ \
- qtopia-$(QTOPIA4_VERSION)-\*.patch\*
+ qtopia-$(QTOPIA4_VERSION)-\*.patch \
+ qtopia-$(QTOPIA4_VERSION)-\*.patch.$(ARCH)
touch $@
$(QTOPIA4_TARGET_DIR)/.configured: $(QTOPIA4_TARGET_DIR)/.unpacked