diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-26 20:59:52 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-26 21:02:54 +0100 |
commit | a782b9cbac0a7f1c1632c0bc3b76571009e566fd (patch) | |
tree | 1d49d222a8fc86897bfb0657c350712d4b80b598 /recipes/freesmartphone | |
parent | 6df5a87a7013aabd1432ec47f9274e25d79975f5 (diff) |
vala-dbus-binding-tool-native: remove redundant inherit autotools
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb index b2a471dd00..ebae18b628 100644 --- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb +++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb @@ -7,5 +7,4 @@ PV = "0.1.0+gitr${SRCREV}" SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master" S = "${WORKDIR}/git" -inherit autotools native autotools_stage - +inherit autotools_stage native |