diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-05-27 14:31:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 17:06:04 +0100 |
commit | ad00ad1d530074dc3a0f3376f96ad5a88a7b24e2 (patch) | |
tree | b1fa3198a08689614533f193d813fc48aca1e188 /meta/recipes-graphics/xorg-util | |
parent | b56d984d59b5ea682f115b8ceeb04fbffe01f13c (diff) | |
download | openembedded-core-contrib-ad00ad1d530074dc3a0f3376f96ad5a88a7b24e2.tar.gz |
conf/bitbake.conf: Added variables for PR service.
Added following variables for PR service:
USE_PR_SERV: flag of whether to use the network PR service
PRAUTOINX: search index for the network PR service
PKGE/PKGV/PKGR: epoch, version and revision used in package feed.
EXTENDPKGV: full package version string used in package relationships.
For the following recipes, replace EXTENDPV with EXTENDPKGV:
udev, xcb, xorg-proto, util-macros and linux-libc-headers
then removed the unused EXTENDPV and EXTENDPEVER variables
Users should use EXTENDPKGV instead for package feed generation.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb index a708ed0cc96..a6f54022767 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb @@ -16,7 +16,7 @@ DEPENDS_virtclass-native = "gettext" DEPENDS_virtclass-nativesdk = "gettext" RDEPENDS_${PN}-dev = "" -RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" +RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" BBCLASSEXTEND = "native nativesdk" |