diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-07 16:43:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-07 16:43:35 +0000 |
commit | cc09c532e73687d83e742bb2c51fdb3a7a5319dc (patch) | |
tree | e3b18912a4c56885cb7d460565fddfbe1cd51dd6 /conf | |
parent | 5c1e0ea22f9766b01b39b5a853f732605eb967fd (diff) |
package_ipk.bbclass, sanity.conf: attemp to be compatible with bitbake 1.8.8 again
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf index 842cab52d6..fe1e2282e4 100644 --- a/conf/sanity.conf +++ b/conf/sanity.conf @@ -3,6 +3,6 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.8.9" +BB_MIN_VERSION = "1.8.8" INHERIT += "sanity" |