diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-10 01:37:26 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-10 01:38:38 +0200 |
commit | f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8 (patch) | |
tree | ce9c2a253f11ae9603aee5089c07ef62138103f1 | |
parent | 0525ccd0ca281d525203e290198455b39da0852a (diff) |
vala[-native]: add 0.8.0.69
-rw-r--r-- | recipes/linux/linux-leviathan/defconfig | 4 | ||||
-rw-r--r-- | recipes/tzcode/tzcode-native_2010f.bb | 20 | ||||
-rw-r--r-- | recipes/vala/vala-native_0.8.0.69-35df9.bb | 3 | ||||
-rw-r--r-- | recipes/vala/vala_0.8.0.69-35df9.bb | 6 |
4 files changed, 21 insertions, 12 deletions
diff --git a/recipes/linux/linux-leviathan/defconfig b/recipes/linux/linux-leviathan/defconfig index 2330b5e850..81f0ef80c8 100644 --- a/recipes/linux/linux-leviathan/defconfig +++ b/recipes/linux/linux-leviathan/defconfig @@ -652,7 +652,7 @@ CONFIG_BT_HCIUART_LL=y # CONFIG_AF_RXRPC is not set CONFIG_FIB_RULES=y CONFIG_WIRELESS=y -CONFIG_CFG80211=y +CONFIG_CFG80211=m # CONFIG_NL80211_TESTMODE is not set CONFIG_CFG80211_DEVELOPER_WARNINGS=y CONFIG_CFG80211_REG_DEBUG=y @@ -662,7 +662,7 @@ CONFIG_CFG80211_DEFAULT_PS_VALUE=1 CONFIG_WIRELESS_EXT=y CONFIG_WIRELESS_EXT_SYSFS=y # CONFIG_LIB80211 is not set -CONFIG_MAC80211=y +CONFIG_MAC80211=m CONFIG_MAC80211_RC_MINSTREL=y # CONFIG_MAC80211_RC_DEFAULT_PID is not set CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb index f2fbffdb70..6c361ac272 100644 --- a/recipes/tzcode/tzcode-native_2010f.bb +++ b/recipes/tzcode/tzcode-native_2010f.bb @@ -1,16 +1,16 @@ require tzcode-native.inc # Note that elsie.nci.nih.gov removes old versions when new is coming out -# So if this doesn't build for you because of missing source file, just -# bump it to the latest available version, removing old one -# Also, tzdata (and it is needed to build tzcode) version can differ from -# tzcode version, thus this variable - -TZDATA_PV = "2010h" - +# Other tzcode/tzdata recipes use Gentoo mirrors, but that is unreliable +# wrt older versions too. If you find any stable tzdata/tzcode mirror, please +# fix this URLs +SRC_URI = " \ + ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV} \ + ftp://elsie.nci.nih.gov/pub/tzdata2010g.tar.gz;name=tzdata-2010g \ + " SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656" SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e" -SRC_URI[tzdata-2010h.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" -SRC_URI[tzdata-2010h.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" +SRC_URI[tzdata-2010g.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" +SRC_URI[tzdata-2010g.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" -PR = "${INC_PR}.2" +PR = "${INC_PR}.1" diff --git a/recipes/vala/vala-native_0.8.0.69-35df9.bb b/recipes/vala/vala-native_0.8.0.69-35df9.bb new file mode 100644 index 0000000000..d6c239f7bf --- /dev/null +++ b/recipes/vala/vala-native_0.8.0.69-35df9.bb @@ -0,0 +1,3 @@ +require vala_${PV}.bb +inherit native +DEPENDS = "glib-2.0-native" diff --git a/recipes/vala/vala_0.8.0.69-35df9.bb b/recipes/vala/vala_0.8.0.69-35df9.bb new file mode 100644 index 0000000000..a330a73d0d --- /dev/null +++ b/recipes/vala/vala_0.8.0.69-35df9.bb @@ -0,0 +1,6 @@ +require vala.inc +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "17df64cc716969453e43c09910746abd" +SRC_URI[archive.sha256sum] = "0830b1f7f3001a28d4014d60183dedc7f9f8a299d04747ed9b274639c84d8184" + |