diff options
Diffstat (limited to 'recipes/usbpath')
-rw-r--r-- | recipes/usbpath/usbpath-native_svn.bb | 4 | ||||
-rw-r--r-- | recipes/usbpath/usbpath_svn.bb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/recipes/usbpath/usbpath-native_svn.bb b/recipes/usbpath/usbpath-native_svn.bb index 866e8777f2..a1b78e95a5 100644 --- a/recipes/usbpath/usbpath-native_svn.bb +++ b/recipes/usbpath/usbpath-native_svn.bb @@ -2,7 +2,3 @@ require usbpath_svn.bb inherit native DEPENDS = "virtual/libusb0-native" -do_stage () { - autotools_stage_all -} - diff --git a/recipes/usbpath/usbpath_svn.bb b/recipes/usbpath/usbpath_svn.bb index 1cedf3354e..2266c52b72 100644 --- a/recipes/usbpath/usbpath_svn.bb +++ b/recipes/usbpath/usbpath_svn.bb @@ -13,7 +13,3 @@ S = "${WORKDIR}/usbpath" inherit autotools -do_stage () { - autotools_stage_all -} - |