diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 08:50:03 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 22:25:24 +0100 |
commit | 53691374309e7f774e2c3b26f2a5a4fd5adcbe4c (patch) | |
tree | 386bb66d315d62efd03af22a43102873e847071f /meta/packages/xorg-lib | |
parent | ffc3e23564feaa6fd348b2edece631ee45b56efd (diff) | |
download | openembedded-core-53691374309e7f774e2c3b26f2a5a4fd5adcbe4c.tar.gz openembedded-core-53691374309e7f774e2c3b26f2a5a4fd5adcbe4c.tar.bz2 openembedded-core-53691374309e7f774e2c3b26f2a5a4fd5adcbe4c.zip |
libx11-nativesdk: No need to hardcode DEPENDS/PROVIDES
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r-- | meta/packages/xorg-lib/libx11-nativesdk_1.2.1.bb | 3 | ||||
-rw-r--r-- | meta/packages/xorg-lib/libx11-nativesdk_git.bb | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/meta/packages/xorg-lib/libx11-nativesdk_1.2.1.bb b/meta/packages/xorg-lib/libx11-nativesdk_1.2.1.bb index 1313141bc0..b669038dd3 100644 --- a/meta/packages/xorg-lib/libx11-nativesdk_1.2.1.bb +++ b/meta/packages/xorg-lib/libx11-nativesdk_1.2.1.bb @@ -1,6 +1,3 @@ require libx11_${PV}.bb -DEPENDS = "xproto-nativesdk xextproto-nativesdk libxau-nativesdk xtrans-nativesdk libxdmcp-nativesdk xcmiscproto-nativesdk xf86bigfontproto-nativesdk kbproto-nativesdk inputproto-nativesdk bigreqsproto-nativesdk util-macros-nativesdk xproto-native" -PROVIDES = "virtual/libx11-nativesdk" - inherit nativesdk diff --git a/meta/packages/xorg-lib/libx11-nativesdk_git.bb b/meta/packages/xorg-lib/libx11-nativesdk_git.bb index 40e52e92ac..20434738b0 100644 --- a/meta/packages/xorg-lib/libx11-nativesdk_git.bb +++ b/meta/packages/xorg-lib/libx11-nativesdk_git.bb @@ -1,9 +1,6 @@ require libx11.inc require libx11_git.inc -DEPENDS = "xproto-nativesdk xextproto-nativesdk libxau-nativesdk xtrans-nativesdk libxdmcp-nativesdk xcmiscproto-nativesdk xf86bigfontproto-nativesdk kbproto-nativesdk inputproto-nativesdk bigreqsproto-nativesdk util-macros-nativesdk xproto-native" -PROVIDES = "virtual/libx11-nativesdk" - EXTRA_OECONF += "--without-xcb" inherit nativesdk |