Skip to content

Commit 082481c

Browse files
committed
remove priority from the recipe, not used anymore.
1 parent 652b46a commit 082481c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

recipes/recipe.sh.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
# THEN REMOVE THIS ERROR AND EXIT
55
error "not configure" && exit -1
66

7-
# priority of the recipe. python is compiled with priority 10.
8-
# to be compiled before python, use a number prior to 10
9-
# to be compiled after python, use a number after to 50 (recommanded)
10-
PRIORITY_xxx=15
11-
127
# version of your package
138
VERSION_xxx=1.3
149

0 commit comments

Comments
 (0)