diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-util/makedepend-native_1.0.1.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-util/makedepend-native_1.0.2.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-util/makedepend.inc | 8 | ||||
-rw-r--r-- | recipes/xorg-util/makedepend_1.0.1.bb | 10 | ||||
-rw-r--r-- | recipes/xorg-util/makedepend_1.0.2.bb | 10 |
5 files changed, 16 insertions, 30 deletions
diff --git a/recipes/xorg-util/makedepend-native_1.0.1.bb b/recipes/xorg-util/makedepend-native_1.0.1.bb deleted file mode 100644 index 9facfc69fa..0000000000 --- a/recipes/xorg-util/makedepend-native_1.0.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require xorg-util-common.inc -inherit native - -DESCRIPTION = "create dependencies in makefiles" -DEPENDS = "xproto-native util-macros-native" -PR = "r2" -PE = "1" - -XORG_PN = "makedepend" diff --git a/recipes/xorg-util/makedepend-native_1.0.2.bb b/recipes/xorg-util/makedepend-native_1.0.2.bb deleted file mode 100644 index 9facfc69fa..0000000000 --- a/recipes/xorg-util/makedepend-native_1.0.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require xorg-util-common.inc -inherit native - -DESCRIPTION = "create dependencies in makefiles" -DEPENDS = "xproto-native util-macros-native" -PR = "r2" -PE = "1" - -XORG_PN = "makedepend" diff --git a/recipes/xorg-util/makedepend.inc b/recipes/xorg-util/makedepend.inc new file mode 100644 index 0000000000..b1a27c69e0 --- /dev/null +++ b/recipes/xorg-util/makedepend.inc @@ -0,0 +1,8 @@ +require xorg-util-common.inc +DESCRIPTION = "create dependencies in makefiles" +DEPENDS = "xproto util-macros" + +PE = "1" +INC_PR = "r4" + +BBCLASSEXTEND = "native" diff --git a/recipes/xorg-util/makedepend_1.0.1.bb b/recipes/xorg-util/makedepend_1.0.1.bb index e998bba1b0..05cc5e63c7 100644 --- a/recipes/xorg-util/makedepend_1.0.1.bb +++ b/recipes/xorg-util/makedepend_1.0.1.bb @@ -1,6 +1,4 @@ -require xorg-util-common.inc - -DESCRIPTION = "create dependencies in makefiles" -DEPENDS = "xproto util-macros" -PR = "r2" -PE = "1" +require makedepend.inc +PR = "${INC_PR}.0" +SRC_URI[archive.md5sum] = "90f5f3b987497a481b94d49372f17dce" +SRC_URI[archive.sha256sum] = "0a4a0d4e2613b0cd4321e55fd4741788b728736fc8a517996e2015fa49862e61" diff --git a/recipes/xorg-util/makedepend_1.0.2.bb b/recipes/xorg-util/makedepend_1.0.2.bb index a7a2385506..2f7850de6d 100644 --- a/recipes/xorg-util/makedepend_1.0.2.bb +++ b/recipes/xorg-util/makedepend_1.0.2.bb @@ -1,6 +1,4 @@ -require xorg-util-common.inc - -DESCRIPTION = "create dependencies in makefiles" -DEPENDS = "xproto util-macros" -PR = "r3" -PE = "1" +require makedepend.inc +PR = "${INC_PR}.0" +SRC_URI[archive.md5sum] = "905bfeb1a59929d950e5d638fbadcf39" +SRC_URI[archive.sha256sum] = "008e6e117372e04cdc9a72ffc7dfae2e2d6617c9b399e052ae12dc2a1a03079a" |