diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-10 01:51:30 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-10 01:51:30 +0200 |
commit | 63aaf00e0f1039e78edb0e2176a95eb9bfd5972c (patch) | |
tree | 9d33de65219a6057ae1cbe992646adaafdb65ef7 /recipes | |
parent | f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8 (diff) |
Revert "vala[-native]: add 0.8.0.69"
This reverts commit f57931fe482a45d8fe0a82cb0f92ffc65c6ac8c8.
Diffstat (limited to 'recipes')
-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, 12 insertions, 21 deletions
diff --git a/recipes/linux/linux-leviathan/defconfig b/recipes/linux/linux-leviathan/defconfig index 81f0ef80c8..2330b5e850 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=m +CONFIG_CFG80211=y # 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=m +CONFIG_MAC80211=y 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 6c361ac272..f2fbffdb70 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 -# 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 \ - " +# 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" + SRC_URI[tzcode-2010f.md5sum] = "e530cc9bbdfd5e8c1eac21a68f4d5656" SRC_URI[tzcode-2010f.sha256sum] = "651d866c91ada925b4ac9491e69ebd5c355c46b2c01dd1741b5e6a609d93eb1e" -SRC_URI[tzdata-2010g.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" -SRC_URI[tzdata-2010g.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" +SRC_URI[tzdata-2010h.md5sum] = "d384ac091e6d56802f9b3e6b3d3f0f2e" +SRC_URI[tzdata-2010h.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" diff --git a/recipes/vala/vala-native_0.8.0.69-35df9.bb b/recipes/vala/vala-native_0.8.0.69-35df9.bb deleted file mode 100644 index d6c239f7bf..0000000000 --- a/recipes/vala/vala-native_0.8.0.69-35df9.bb +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a330a73d0d..0000000000 --- a/recipes/vala/vala_0.8.0.69-35df9.bb +++ /dev/null @@ -1,6 +0,0 @@ -require vala.inc -PR = "${INC_PR}.0" - -SRC_URI[archive.md5sum] = "17df64cc716969453e43c09910746abd" -SRC_URI[archive.sha256sum] = "0830b1f7f3001a28d4014d60183dedc7f9f8a299d04747ed9b274639c84d8184" - |