diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-14 11:34:37 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-14 20:46:37 +0100 |
commit | b5a433fe156d28590fcf170f945c5d2dc5e6f2e2 (patch) | |
tree | 935db584fd253b8c4c8f20c110fafbd0b03c4953 /meta/conf | |
parent | 8fcb01cd856a02d8e457054c47be66a527459b45 (diff) | |
download | poky-b5a433fe156d28590fcf170f945c5d2dc5e6f2e2.tar.gz |
distro: update include files related to webkitgtk and epiphany addition
This commit fixes recipe metadata in distro_alias, package_regex and
upstream_tracking includes.
(From OE-Core rev: 3fe3df9ea152d6ec39e114d831be24e1aa529165)
(From OE-Core rev: 1902645cb0a5eb11a19126a8b22fbbfee13e0c40)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/distro_alias.inc | 2 | ||||
-rw-r--r-- | meta/conf/distro/include/package_regex.inc | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index ec8570d631..bd3da9ce90 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc | |||
@@ -472,7 +472,7 @@ DISTRO_PN_ALIAS_pn-v86d = "Debian=v86d Ubuntu=v86d" | |||
472 | DISTRO_PN_ALIAS_pn-videoproto = "Meego=xorg-x11-proto-videoproto" | 472 | DISTRO_PN_ALIAS_pn-videoproto = "Meego=xorg-x11-proto-videoproto" |
473 | DISTRO_PN_ALIAS_pn-waffle = "OE-Core" | 473 | DISTRO_PN_ALIAS_pn-waffle = "OE-Core" |
474 | DISTRO_PN_ALIAS_pn-watchdog = "Debian=watchdog Ubuntu=watchdog Mandriva=watchdog" | 474 | DISTRO_PN_ALIAS_pn-watchdog = "Debian=watchdog Ubuntu=watchdog Mandriva=watchdog" |
475 | DISTRO_PN_ALIAS_pn-webkit-gtk = "Fedora=webkitgtk Ubuntu=libwebkit" | 475 | DISTRO_PN_ALIAS_pn-webkitgtk = "Fedora=webkitgtk Ubuntu=libwebkit" |
476 | DISTRO_PN_ALIAS_pn-web-webkit = "OpenedHand" | 476 | DISTRO_PN_ALIAS_pn-web-webkit = "OpenedHand" |
477 | DISTRO_PN_ALIAS_pn-weston = "Fedora=weston OpenSuSE=weston" | 477 | DISTRO_PN_ALIAS_pn-weston = "Fedora=weston OpenSuSE=weston" |
478 | DISTRO_PN_ALIAS_pn-weston-init = "OE-Core" | 478 | DISTRO_PN_ALIAS_pn-weston-init = "OE-Core" |
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc index 8fc112c61f..d12999b155 100644 --- a/meta/conf/distro/include/package_regex.inc +++ b/meta/conf/distro/include/package_regex.inc | |||
@@ -25,9 +25,6 @@ COMMON_REGEX = "(?P<pver>(\d+[\.\-_]*)+)" | |||
25 | REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" | 25 | REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" |
26 | REGEX_pn-wireless-tools = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz" | 26 | REGEX_pn-wireless-tools = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz" |
27 | 27 | ||
28 | REGEX_URI_pn-midori="http://midori-browser.org/download/source/" | ||
29 | REGEX_pn-midori="midori_(?P<pver>((\d+[\.\-_]*)+))_all_\.tar\.bz2" | ||
30 | |||
31 | REGEX_URI_pn-sqlite3="http://www.sqlite.org/" | 28 | REGEX_URI_pn-sqlite3="http://www.sqlite.org/" |
32 | REGEX_pn-sqlite3="releaselog/${COMMON_REGEX}.html" | 29 | REGEX_pn-sqlite3="releaselog/${COMMON_REGEX}.html" |
33 | 30 | ||
@@ -97,6 +94,7 @@ REGEX_URI_pn-python-smartpm="https://launchpad.net/smart/trunk/" | |||
97 | REGEX_URI_pn-lsof = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/" | 94 | REGEX_URI_pn-lsof = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/" |
98 | REGEX_URI_pn-pbzip2 = "http://compression.ca/pbzip2/" | 95 | REGEX_URI_pn-pbzip2 = "http://compression.ca/pbzip2/" |
99 | REGEX_URI_pn-quicky = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482" | 96 | REGEX_URI_pn-quicky = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482" |
97 | REGEX_URI_pn-libwebp = "http://downloads.webmproject.org/releases/webp/index.html" | ||
100 | 98 | ||
101 | # The engine tries to use directory versioning but is a false-positive | 99 | # The engine tries to use directory versioning but is a false-positive |
102 | REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk/" | 100 | REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk/" |
@@ -237,6 +235,10 @@ REGEX_pn-clutter-gst-3.0 = "${GNOME_STABLE}" | |||
237 | REGEX_pn-cogl-1.0 = "${GNOME_STABLE}" | 235 | REGEX_pn-cogl-1.0 = "${GNOME_STABLE}" |
238 | REGEX_pn-adwaita-icon-theme = "${GNOME_STABLE}" | 236 | REGEX_pn-adwaita-icon-theme = "${GNOME_STABLE}" |
239 | REGEX_pn-vte = "${GNOME_STABLE}" | 237 | REGEX_pn-vte = "${GNOME_STABLE}" |
238 | REGEX_pn-epiphany = "${GNOME_STABLE}" | ||
239 | REGEX_pn-webkitgtk = "${GNOME_STABLE}" | ||
240 | REGEX_pn-p11-kit = "${GNOME_STABLE}" | ||
241 | REGEX_pn-gnome-desktop3 = "${GNOME_STABLE}" | ||
240 | 242 | ||
241 | # not GNOME related but uses same even-minor-release-is-stable logic | 243 | # not GNOME related but uses same even-minor-release-is-stable logic |
242 | REGEX_pn-dbus = "${GNOME_STABLE}" | 244 | REGEX_pn-dbus = "${GNOME_STABLE}" |