diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-27 16:16:14 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-05-27 16:16:14 +0200 |
commit | 82922b867c1aa0915d6966be39f342b4cf71899b (patch) | |
tree | cb1d8556be92bff1d08f8662928faceda1dffd68 /recipes | |
parent | 8b807abe4abd1b7b9c450256878f3db4a64c5c70 (diff) |
util-macros: added 1.2.1
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-util/util-macros-native_1.2.1.bb | 7 | ||||
-rw-r--r-- | recipes/xorg-util/util-macros_1.2.1.bb | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-util/util-macros-native_1.2.1.bb b/recipes/xorg-util/util-macros-native_1.2.1.bb new file mode 100644 index 0000000000..618e78f116 --- /dev/null +++ b/recipes/xorg-util/util-macros-native_1.2.1.bb @@ -0,0 +1,7 @@ +require util-macros_${PV}.bb + +inherit native + +XORG_PN = "util-macros" + +S = "${WORKDIR}/util-macros-${PV}" diff --git a/recipes/xorg-util/util-macros_1.2.1.bb b/recipes/xorg-util/util-macros_1.2.1.bb new file mode 100644 index 0000000000..4775fc6901 --- /dev/null +++ b/recipes/xorg-util/util-macros_1.2.1.bb @@ -0,0 +1,6 @@ +require xorg-util-common.inc + +DESCRIPTION = "X autotools macros" +PE = "1" + +ALLOW_EMPTY = "1" |