diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-11-22 20:59:39 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-11-22 20:59:39 +0000 |
commit | 7d0c29858626d825d90a3e97ab97d1d89ce8695b (patch) | |
tree | 3e4e4606033c9bd4374a5607d39376d3a1571958 /packages/midpath/midpath-alsa_0.1.bb | |
parent | ab2a176f3ccdfa64fb3b72106a2ecf18714b3a78 (diff) |
midpath: cosmetic buildfixes
* remove unnecessary build directory in a couple of .bb
* no need to bump the PR
Diffstat (limited to 'packages/midpath/midpath-alsa_0.1.bb')
-rw-r--r-- | packages/midpath/midpath-alsa_0.1.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/midpath/midpath-alsa_0.1.bb b/packages/midpath/midpath-alsa_0.1.bb index 940a1ea8a2..6d580405b6 100644 --- a/packages/midpath/midpath-alsa_0.1.bb +++ b/packages/midpath/midpath-alsa_0.1.bb @@ -13,10 +13,6 @@ do_configure() { do_compile() { -mkdir -p ${S}/dist - -# Build native code - # Build the ALSA native part cd ${S}/native/alsa make || exit 1 |