mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 01:40:39 +02:00
fix quilt integration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9100 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
23301f23c7
commit
9be6b7eb6f
@ -132,7 +132,7 @@ define Build/Quilt
|
|||||||
echo "The source directory contains no quilt patches."; \
|
echo "The source directory contains no quilt patches."; \
|
||||||
false; \
|
false; \
|
||||||
}
|
}
|
||||||
@[ -n "$$$$(ls $(PKG_BUILD_DIR)/patches/*/series)" -o "$$$$(cat $(PKG_BUILD_DIR)/patches/series | md5sum)" = "$$(sort $(PKG_BUILD_DIR)/patches/series | md5sum)" ] || { \
|
@[ -n "$$$$(ls $(PKG_BUILD_DIR)/patches/series)" -o "$$$$(cat $(PKG_BUILD_DIR)/patches/series | md5sum)" = "$$(sort $(PKG_BUILD_DIR)/patches/series | md5sum)" ] || { \
|
||||||
echo "The patches are not sorted in the right order. Please fix."; \
|
echo "The patches are not sorted in the right order. Please fix."; \
|
||||||
false; \
|
false; \
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user