diff options
-rw-r--r-- | recipes/xorg-lib/libxrandr-sdk_1.2.2.bb | 8 | ||||
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.1.2.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.2.1.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.2.2.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.2.3.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-lib/libxrandr_1.3.0.bb | 1 |
6 files changed, 5 insertions, 8 deletions
diff --git a/recipes/xorg-lib/libxrandr-sdk_1.2.2.bb b/recipes/xorg-lib/libxrandr-sdk_1.2.2.bb deleted file mode 100644 index 10919a59d0..0000000000 --- a/recipes/xorg-lib/libxrandr-sdk_1.2.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -require libxrandr_${PV}.bb - -DEPENDS = "randrproto-sdk util-macros-sdk libxext-sdk libxrender-sdk" - -inherit sdk - -SRC_URI[archive.md5sum] = "1b244b5d19f0ccab01d7083436cd3558" -SRC_URI[archive.sha256sum] = "206f8dc850f12b1213fb73dbef09fafa1bb8fb8c3ddfe4d39721c1e2dec12a98" diff --git a/recipes/xorg-lib/libxrandr_1.1.2.bb b/recipes/xorg-lib/libxrandr_1.1.2.bb index e660cd8743..35c8f40703 100644 --- a/recipes/xorg-lib/libxrandr_1.1.2.bb +++ b/recipes/xorg-lib/libxrandr_1.1.2.bb @@ -5,6 +5,7 @@ DESCRIPTION = "X Resize and Rotate extension library." LICENSE = "BSD-X" DEPENDS += " virtual/libx11 randrproto libxext xextproto libxrender renderproto" +BBCLASSEXTEND = "sdk" XORG_PN = "libXrandr" diff --git a/recipes/xorg-lib/libxrandr_1.2.1.bb b/recipes/xorg-lib/libxrandr_1.2.1.bb index 3cb841c6a7..547684f0e2 100644 --- a/recipes/xorg-lib/libxrandr_1.2.1.bb +++ b/recipes/xorg-lib/libxrandr_1.2.1.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Resize and Rotate extension library" LICENSE = "BSD-X" DEPENDS += "randrproto libxrender libxext" +BBCLASSEXTEND = "sdk" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libxrandr_1.2.2.bb b/recipes/xorg-lib/libxrandr_1.2.2.bb index 15b1d7cc2f..8a230f89a1 100644 --- a/recipes/xorg-lib/libxrandr_1.2.2.bb +++ b/recipes/xorg-lib/libxrandr_1.2.2.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Resize and Rotate extension library" LICENSE = "BSD-X" DEPENDS += "randrproto libxrender libxext" +BBCLASSEXTEND = "sdk" PR = "r1" PE = "1" diff --git a/recipes/xorg-lib/libxrandr_1.2.3.bb b/recipes/xorg-lib/libxrandr_1.2.3.bb index b90c751f4b..9ce4ae280a 100644 --- a/recipes/xorg-lib/libxrandr_1.2.3.bb +++ b/recipes/xorg-lib/libxrandr_1.2.3.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Resize and Rotate extension library" LICENSE = "BSD-X" DEPENDS += "randrproto libxrender libxext" +BBCLASSEXTEND = "sdk" PR = "r0" PE = "1" diff --git a/recipes/xorg-lib/libxrandr_1.3.0.bb b/recipes/xorg-lib/libxrandr_1.3.0.bb index 04b07fb8b8..a881f446e9 100644 --- a/recipes/xorg-lib/libxrandr_1.3.0.bb +++ b/recipes/xorg-lib/libxrandr_1.3.0.bb @@ -3,6 +3,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Resize and Rotate extension library" LICENSE = "BSD-X" DEPENDS += "randrproto libxrender libxext" +BBCLASSEXTEND = "sdk" PR = "r0" PE = "1" |