aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chicken/chicken_3.3.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-10-07 19:29:36 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-10-29 20:43:50 -0200
commit7afc325ab1fac79e1eaba65383bfed12d705d7bc (patch)
tree9a238963ef0aa1001d4832ad261850e827d3e9d4 /recipes/chicken/chicken_3.3.0.bb
parentbbe9ae502bf711a30197ddf26dd91bc91f4cf421 (diff)
downloadopenembedded-7afc325ab1fac79e1eaba65383bfed12d705d7bc.tar.gz
chicken: revamp recipes
To allow easy usage of chicken, in embedded environments, we have done some refactoring in the packages: - split it up to chicken, libchicken and libuchickenl - drop 2.6 version since no distro depends on that and is not commonly used anymore; - generalize .inc file to be usable for 3.x and 4.x versions; - add new 4.2.0 release, - use INC_PR. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/chicken/chicken_3.3.0.bb')
-rw-r--r--recipes/chicken/chicken_3.3.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/chicken/chicken_3.3.0.bb b/recipes/chicken/chicken_3.3.0.bb
index 7d9fc69419..c61d655ab5 100644
--- a/recipes/chicken/chicken_3.3.0.bb
+++ b/recipes/chicken/chicken_3.3.0.bb
@@ -1 +1,3 @@
-require chicken3.inc
+require chicken.inc
+
+PR = "${INC_PR}.1"