diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:39:58 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 12:16:35 +0200 |
commit | fead56e1b00fd609db2488dad7b607904535d8f3 (patch) | |
tree | 275b7ce45dc6cc132e5e5eedf6789488f147d49e | |
parent | a3c570542945b70b7fe54fe67ea45f0d59ac4d33 (diff) |
fixesproto: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/xorg-proto/fixesproto-native_4.0.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-proto/fixesproto-native_4.1.1.bb | 6 | ||||
-rw-r--r-- | recipes/xorg-proto/fixesproto_4.0.bb | 1 | ||||
-rw-r--r-- | recipes/xorg-proto/fixesproto_4.1.1.bb | 1 |
4 files changed, 2 insertions, 11 deletions
diff --git a/recipes/xorg-proto/fixesproto-native_4.0.bb b/recipes/xorg-proto/fixesproto-native_4.0.bb deleted file mode 100644 index 3169eaac1f..0000000000 --- a/recipes/xorg-proto/fixesproto-native_4.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require fixesproto_${PV}.bb -require xorg-proto-native.inc - -PR = "r1" - diff --git a/recipes/xorg-proto/fixesproto-native_4.1.1.bb b/recipes/xorg-proto/fixesproto-native_4.1.1.bb deleted file mode 100644 index 4d0b2be372..0000000000 --- a/recipes/xorg-proto/fixesproto-native_4.1.1.bb +++ /dev/null @@ -1,6 +0,0 @@ -require fixesproto_${PV}.bb - -PR = "r1" - - -inherit native diff --git a/recipes/xorg-proto/fixesproto_4.0.bb b/recipes/xorg-proto/fixesproto_4.0.bb index fa83bf7c7c..8728d6d779 100644 --- a/recipes/xorg-proto/fixesproto_4.0.bb +++ b/recipes/xorg-proto/fixesproto_4.0.bb @@ -4,6 +4,7 @@ CONFLICTS = "fixesext" PR = "r1" PE = "1" +BBCLASSEXTEND = "native" SRC_URI[archive.md5sum] = "8b298cc3424597f8138c7faf7763dce9" SRC_URI[archive.sha256sum] = "b3fe971ccc8152db6c78da7117c31fc4cd2fcb2b6a4df3db0f8fed13d4ceb08f" diff --git a/recipes/xorg-proto/fixesproto_4.1.1.bb b/recipes/xorg-proto/fixesproto_4.1.1.bb index 11e2c770ce..18aed94b94 100644 --- a/recipes/xorg-proto/fixesproto_4.1.1.bb +++ b/recipes/xorg-proto/fixesproto_4.1.1.bb @@ -4,6 +4,7 @@ CONFLICTS = "fixesext" PR = "r1" PE = "1" +BBCLASSEXTEND = "native" SRC_URI[archive.md5sum] = "4c1cb4f2ed9f34de59f2f04783ca9483" SRC_URI[archive.sha256sum] = "e72a32916ad4bbd03847f8945c55582bdbafc039d286ded7365d402a7ff164ef" |