diff options
Diffstat (limited to 'recipes/dejagnu/dejagnu-native_1.4.4.bb')
-rw-r--r-- | recipes/dejagnu/dejagnu-native_1.4.4.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/dejagnu/dejagnu-native_1.4.4.bb b/recipes/dejagnu/dejagnu-native_1.4.4.bb new file mode 100644 index 0000000000..07c4cffdc6 --- /dev/null +++ b/recipes/dejagnu/dejagnu-native_1.4.4.bb @@ -0,0 +1,6 @@ +PR = "r1" + +require dejagnu_${PV}.bb +S = "${WORKDIR}/dejagnu-${PV}" +inherit native + |