diff options
Diffstat (limited to 'recipes/xorg-util')
-rw-r--r-- | recipes/xorg-util/makedepend-native_1.0.2.bb | 9 | ||||
-rw-r--r-- | recipes/xorg-util/makedepend_1.0.2.bb | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/xorg-util/makedepend-native_1.0.2.bb b/recipes/xorg-util/makedepend-native_1.0.2.bb new file mode 100644 index 0000000000..9facfc69fa --- /dev/null +++ b/recipes/xorg-util/makedepend-native_1.0.2.bb @@ -0,0 +1,9 @@ +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_1.0.2.bb b/recipes/xorg-util/makedepend_1.0.2.bb new file mode 100644 index 0000000000..e998bba1b0 --- /dev/null +++ b/recipes/xorg-util/makedepend_1.0.2.bb @@ -0,0 +1,6 @@ +require xorg-util-common.inc + +DESCRIPTION = "create dependencies in makefiles" +DEPENDS = "xproto util-macros" +PR = "r2" +PE = "1" |